mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Fix bare except linter warning
This commit is contained in:
parent
51f1d9f901
commit
ea93849fd4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class FimfarchiveFetcher(Fetcher):
|
|||
|
||||
try:
|
||||
self._init(file)
|
||||
except:
|
||||
except Exception:
|
||||
self.close()
|
||||
raise
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue