Fix bare except linter warning

This commit is contained in:
Joakim Soderlund 2017-10-25 14:21:25 +02:00
parent 51f1d9f901
commit ea93849fd4

View file

@ -72,7 +72,7 @@ class FimfarchiveFetcher(Fetcher):
try:
self._init(file)
except:
except Exception:
self.close()
raise
else: