catch exception

This commit is contained in:
2021-05-03 17:17:49 -04:00
parent 0950513d82
commit 1aee4f154f
+1 -1
View File
@@ -588,7 +588,7 @@ signal.signal(signal.SIGTERM, handler)
running = True running = True
try: try:
process() process()
except: except Exception as e:
syslogtrace('process') syslogtrace('process')
if verbose: print("err: process exit: %s" % e) if verbose: print("err: process exit: %s" % e)