flake8: comply with new E722 rule

This commit is contained in:
AlanCoding
2017-12-01 12:16:44 -05:00
committed by Ryan Petrello
parent 7538b4ce15
commit 67867cf0c8
17 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class argv_placeholder(object):
def __del__(self):
try:
argv_ready(sys.argv)
except:
except Exception:
pass