forked from VimPlug/jedi
fixed possibility of StopIteration Exception to happen with wrong written ternary operators
This commit is contained in:
@@ -56,5 +56,10 @@ try:
|
||||
#? str()
|
||||
""
|
||||
|
||||
# wrong ternary
|
||||
a = 1 if
|
||||
#? int()
|
||||
a
|
||||
|
||||
#? []
|
||||
int()).
|
||||
|
||||
Reference in New Issue
Block a user