forked from VimPlug/jedi
default debug ignored modules
This commit is contained in:
2
debug.py
2
debug.py
@@ -15,7 +15,7 @@ ERROR = object()
|
||||
|
||||
debug_function = None
|
||||
#debug_function = print_to_stdout
|
||||
ignored_modules = []
|
||||
ignored_modules = ['parsing', 'builtin']
|
||||
|
||||
|
||||
def dbg(*args):
|
||||
|
||||
@@ -11,7 +11,6 @@ from _compatibility import unicode, BytesIO, reduce, literal_eval
|
||||
|
||||
import functions
|
||||
import debug
|
||||
debug.ignored_modules = ['parsing', 'builtin']
|
||||
|
||||
|
||||
def run_completion_test(correct, source, line_nr, index, line, path):
|
||||
|
||||
Reference in New Issue
Block a user