1
0
forked from VimPlug/jedi

Param helper class in the tree.

This commit is contained in:
Dave Halter
2014-10-22 20:07:42 +02:00
parent e9f4c60e49
commit 4f4aef7ac8
3 changed files with 49 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ class Parser(object):
# files processed even if they were not changed during refactoring. If
# and only if the refactor method's write parameter was True.
self.used_names = {}
logger = logging.getLogger("RefactoringTool")
logger = logging.getLogger("Jedi-Parser")
d = Driver(pytree.python_grammar, convert=self.convert, logger=logger)
self.module = d.parse_string(source).get_parent_until()