1
0
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:
deadc0de6
2019-06-05 09:27:43 +02:00
parent e01b84fa73
commit cd722e6eb1

View File

@@ -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