None issue fix for static analysis

This commit is contained in:
Dave Halter
2014-05-13 01:21:32 +02:00
parent 00e43d4585
commit a2b483b4f5
5 changed files with 14 additions and 8 deletions

View File

@@ -34,6 +34,11 @@ except ImportError:
pass
except (NotImplementedError, AttributeError): pass
try:
#! attribute-error
str.not_existing
except (TypeError, NotImplementedError): pass
# -----------------
# detailed except
# -----------------