Path: normalize proxy stratements

remove bare exceptions
This commit is contained in:
sliptonic
2019-06-19 11:09:39 -05:00
parent 5708613672
commit c8e945a3ab
22 changed files with 50 additions and 51 deletions

View File

@@ -234,7 +234,7 @@ class CommandPathPost:
elif hasattr(sel, "Path"):
try:
job = PathUtils.findParentJob(sel)
except:
except Exception:
job = None
else:
job = None