mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-03-31 16:25:28 +02: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:
|
try:
|
||||||
self._init(file)
|
self._init(file)
|
||||||
except:
|
except Exception:
|
||||||
self.close()
|
self.close()
|
||||||
raise
|
raise
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue