1
0
forked from VimPlug/jedi

infer_state -> inference_state

This commit is contained in:
Dave Halter
2019-08-16 11:44:30 +02:00
parent fffb39227e
commit 03920502c4
60 changed files with 727 additions and 727 deletions

View File

@@ -106,7 +106,7 @@ def _break_check(value, value_scope, flow_scope, node):
def _check_if(value, node):
with execution_allowed(value.infer_state, node) as allowed:
with execution_allowed(value.inference_state, node) as allowed:
if not allowed:
return UNSURE