mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Again a small windows issue fixed.
This commit is contained in:
@@ -163,7 +163,7 @@ f1 = join(root_dir, 'example.py')
|
|||||||
f2 = join(root_dir, 'test', 'example.py')
|
f2 = join(root_dir, 'test', 'example.py')
|
||||||
os_path = 'from os.path import *\n'
|
os_path = 'from os.path import *\n'
|
||||||
# os.path.sep escaped
|
# os.path.sep escaped
|
||||||
se = s ** 2 if s == '\\' else s
|
se = s * 2 if s == '\\' else s
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
|
|||||||
Reference in New Issue
Block a user