Skip to content

Enhanced signal handler

Latest
Compare
Choose a tag to compare
@palto42 palto42 released this 14 Oct 09:37
c813d94
  • Moved the signal handler action from main program to the signal handler itself so that the program can directly react.
  • New option "-b / --start-blocked" to started with targets blocked regardless of initial condition check.
  • Repalced subprocess.call()with new subprocess.run()
    • Removed local function call(), using subprocess.run() directly