watch for file changes

This commit is contained in:
2021-10-27 18:42:48 +02:00
parent 4a01c629ce
commit 3319ae4876
4 changed files with 61 additions and 28 deletions

View File

@@ -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)