summaryrefslogtreecommitdiff
path: root/python/workflow.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/workflow.py')
-rw-r--r--python/workflow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/workflow.py b/python/workflow.py
index 1917bc80..1d85e7d0 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -498,7 +498,7 @@ class Activity(object):
try:
if self.action is not None:
self.action(AnalysisContext(ac))
- except:
+ except Exception:
log_error_for_exception("Unhandled Python exception in Activity._action")
def __del__(self):