mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
handle duplicate extensions and redo exception handler
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user