forked from VimPlug/jedi
Small glitch with the change of return statements to loops in precedences.
This commit is contained in:
@@ -239,6 +239,7 @@ def calculate_children(evaluator, children):
|
|||||||
if operator != 'and':
|
if operator != 'and':
|
||||||
types = evaluator.eval_element(right)
|
types = evaluator.eval_element(right)
|
||||||
# Otherwise continue, because of uncertainty.
|
# Otherwise continue, because of uncertainty.
|
||||||
|
else:
|
||||||
types = calculate(evaluator, types, operator,
|
types = calculate(evaluator, types, operator,
|
||||||
evaluator.eval_element(right))
|
evaluator.eval_element(right))
|
||||||
return types
|
return types
|
||||||
|
|||||||
Reference in New Issue
Block a user