]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/download.py
Docs: Recode README.rus.txt to utf-8
[m_librarian.git] / m_librarian / download.py
index 6f4daf4fe31e17d2cb75a13e9206dff317cfa2b4..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 = []
@@ -111,5 +111,6 @@ def test():
     _compile_format()
     print(compiled_format)
 
+
 if __name__ == '__main__':
     test()