forked from VimPlug/jedi
Recursions on if statements when using the advanced flow evaluation shouldn't be possible anymore.
This commit is contained in:
@@ -47,7 +47,8 @@ def break_check(evaluator, base_scope, stmt, origin_scope=None):
|
||||
return REACHABLE
|
||||
origin_scope = origin_scope.parent
|
||||
"""
|
||||
return _break_check(evaluator, stmt, base_scope, element_scope)
|
||||
x = _break_check(evaluator, stmt, base_scope, element_scope)
|
||||
return x
|
||||
|
||||
|
||||
def _break_check(evaluator, stmt, base_scope, element_scope):
|
||||
|
||||
Reference in New Issue
Block a user