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
|
import sys
|
||||||
|
|
||||||
if arguments['--debug']:
|
if arguments['--debug']:
|
||||||
from jedi import api, debug
|
jedi.set_debug_function()
|
||||||
api.set_debug_function(debug.print_to_stdout)
|
|
||||||
|
|
||||||
# get test list, that should be executed
|
# get test list, that should be executed
|
||||||
test_files = {}
|
test_files = {}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import jedi
|
|||||||
from jedi import Script
|
from jedi import Script
|
||||||
from jedi import api, parsing
|
from jedi import api, parsing
|
||||||
|
|
||||||
#jedi.set_debug_function(jedi.debug.print_to_stdout)
|
#jedi.set_debug_function()
|
||||||
|
|
||||||
|
|
||||||
class TestRegression(TestCase):
|
class TestRegression(TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user