1
0
forked from VimPlug/jedi

fix some other array parts

This commit is contained in:
David Halter
2013-02-20 23:38:33 +04:30
parent f2cdf03e6e
commit fad4cd6c13
2 changed files with 7 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ class RecursionDecorator(object):
check = self._check_recursion()
if check:
debug.warning('catched stmt recursion: %s against %s @%s'
% (stmt, stmt.start_pos, check.stmt))
% (stmt, check.stmt, stmt.start_pos))
self.pop_stmt()
return True
return False