Path: normalize proxy stratements
remove bare exceptions
This commit is contained in:
@@ -234,7 +234,7 @@ class CommandPathPost:
|
||||
elif hasattr(sel, "Path"):
|
||||
try:
|
||||
job = PathUtils.findParentJob(sel)
|
||||
except:
|
||||
except Exception:
|
||||
job = None
|
||||
else:
|
||||
job = None
|
||||
|
||||
Reference in New Issue
Block a user