handle duplicate extensions and redo exception handler

This commit is contained in:
Vladimir Mandic
2023-04-14 09:57:53 -04:00
parent f9818e93d8
commit 2ece9782e4
28 changed files with 161 additions and 212 deletions
+2 -3
View File
@@ -215,9 +215,8 @@ class InterrogateModels:
else:
res += ", " + match
except Exception:
print("Error interrogating", file=sys.stderr)
shared.exception()
except Exception as e:
errors.display(e, 'interrogate')
res += "<error>"
self.unload()