watch for file changes
This commit is contained in:
2
main.py
2
main.py
@@ -95,7 +95,7 @@ def stop_signal(signum, _stackframe):
|
||||
log.info("Terminate signal received. %s", signum)
|
||||
QtCore.QCoreApplication.quit()
|
||||
except Exception:
|
||||
log.exception("Exception occured while terminating")
|
||||
log.exception("Exception occurred while terminating")
|
||||
sys.exit(1)
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user