Skip to content

Commit 52c0815

Browse files
author
Vitaly Kruglikov
committed
Fixed SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape in TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent b1f032d commit 52c0815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ def test_distributed_setup_teardown_coordination(
12421242
)
12431243
12441244
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
1245-
"{shared_scope_setup_status_path!s}")
1245+
r"{shared_scope_setup_status_path!s}")
12461246
12471247
class TestScopeA:
12481248
@classmethod

0 commit comments

Comments
 (0)