Again a small windows issue fixed.

This commit is contained in:
Dave Halter
2019-08-11 20:01:12 +02:00
parent f7f9b1e5ec
commit 1108ad9994

View File

@@ -163,7 +163,7 @@ f1 = join(root_dir, 'example.py')
f2 = join(root_dir, 'test', 'example.py')
os_path = 'from os.path import *\n'
# os.path.sep escaped
se = s ** 2 if s == '\\' else s
se = s * 2 if s == '\\' else s
@pytest.mark.parametrize(