1
0
forked from VimPlug/jedi

use execute method instead of Execution creators

This commit is contained in:
Dave Halter
2013-12-28 21:21:15 +01:00
parent 37e157d441
commit 870f5da354
2 changed files with 4 additions and 4 deletions

View File

@@ -535,7 +535,7 @@ class Evaluator(object):
call_path = call.generate_call_path()
next(call_path, None) # the first one has been used already
result += self.follow_path(call_path, r, call.parent,
position=call.start_pos)
position=call.start_pos)
elif isinstance(call, pr.ListComprehension):
loop = evaluate_list_comprehension(call)
# Caveat: parents are being changed, but this doesn't matter,