mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 16:14:45 +00:00
fix bare exception for pep8
This commit is contained in:
@@ -741,7 +741,7 @@ class CfgYaml:
|
||||
if cur.pop(0) >= minv.pop(0) and \
|
||||
cur.pop(1) >= minv.pop(1):
|
||||
return True
|
||||
except:
|
||||
except Exception:
|
||||
return False
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user