mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 06:44:18 +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 \
|
if cur.pop(0) >= minv.pop(0) and \
|
||||||
cur.pop(1) >= minv.pop(1):
|
cur.pop(1) >= minv.pop(1):
|
||||||
return True
|
return True
|
||||||
except:
|
except Exception:
|
||||||
return False
|
return False
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user