forked from VimPlug/jedi
Test fixes and for loops need to be handled a awell in flow_analysis.
This commit is contained in:
@@ -65,3 +65,5 @@ def _check_flow(evaluator, flow):
|
||||
return UNSURE
|
||||
elif flow.command in ('try', 'except', 'finally', 'while'):
|
||||
return UNSURE
|
||||
else: # for loop
|
||||
return REACHABLE
|
||||
|
||||
Reference in New Issue
Block a user