about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/worker.py b/scripts/worker.py
index 879442a..03751d2 100644
--- a/scripts/worker.py
+++ b/scripts/worker.py
@@ -54,7 +54,7 @@ def run_job(job, rconn):
 
             os.remove(stderrpath)
         return process.poll()
-    except Exception as exc:
+    except Exception as exc:# pylint: disable=[broad-except,unused-variable]
         update_stdout_stderr(
             traceback.format_exc().encode("utf-8"), "stderr", rconn, job_id)
         print(traceback.format_exc(), file=sys.stderr)