1
0
forked from VimPlug/jedi

fix except: usage in analysis

This commit is contained in:
Dave Halter
2014-06-23 12:13:10 +02:00
parent 9348d4bb6c
commit c1181a0459
2 changed files with 13 additions and 0 deletions

View File

@@ -57,6 +57,15 @@ try:
except Undefined:
pass
# -----------------
# inheritance
# -----------------
# should catch everything
try:
undefined
except:
pass
# -----------------
# kind of similar: hasattr