]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/download.py
Cleanup: Fix flake8 E722 do not use bare except
[m_librarian.git] / m_librarian / download.py
index db09f12f08e263b786abef9fbb804a2ae7de7ed6..30412013123eb317883464c7fef5d9c1cf0c790e 100755 (executable)
@@ -21,7 +21,7 @@ def _compile_format():
         compile_format = False
         try:
             format = get_config().get('download', 'format')
-        except:
+        except Exception:
             return
     got_percent = False
     compiled = []