1
0
forked from VimPlug/jedi

fixed TODO except can use a comma, which means a local var

This commit is contained in:
David Halter
2012-03-05 10:22:15 +01:00
parent 3acf46e276
commit 64e9e98494
2 changed files with 8 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ def flow_test(a):
except IndexError as e:
raise e
yield e
#except TypeError, e:
except TypeError, e2:
pass
except:
pass