mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
remove unused argument from calls to set_debug_function
This commit is contained in:
@@ -304,8 +304,7 @@ if __name__ == '__main__':
|
||||
import sys
|
||||
|
||||
if arguments['--debug']:
|
||||
from jedi import api, debug
|
||||
api.set_debug_function(debug.print_to_stdout)
|
||||
jedi.set_debug_function()
|
||||
|
||||
# get test list, that should be executed
|
||||
test_files = {}
|
||||
|
||||
@@ -12,7 +12,7 @@ import jedi
|
||||
from jedi import Script
|
||||
from jedi import api, parsing
|
||||
|
||||
#jedi.set_debug_function(jedi.debug.print_to_stdout)
|
||||
#jedi.set_debug_function()
|
||||
|
||||
|
||||
class TestRegression(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user