forked from VimPlug/jedi
debugging correction
This commit is contained in:
@@ -14,7 +14,7 @@ WARNING = object()
|
|||||||
ERROR = object()
|
ERROR = object()
|
||||||
|
|
||||||
debug_function = None
|
debug_function = None
|
||||||
ignored_modules = ['parsing', 'builtin']
|
ignored_modules = ['parsing', 'builtin', 'jedi.builtin', 'jedi.parsing']
|
||||||
|
|
||||||
|
|
||||||
def dbg(*args):
|
def dbg(*args):
|
||||||
|
|||||||
Reference in New Issue
Block a user