Skip to content

Commit

Permalink
Fixed SyntaxError: (unicode error) 'unicodeescape' codec can't decode…
Browse files Browse the repository at this point in the history
… bytes in position 2-3: truncated \UXXXXXXXX escape in TestIsoScope.test_distributed_setup_teardown_coordination.
  • Loading branch information
Vitaly Kruglikov committed Oct 25, 2024
1 parent 341514f commit de68bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def test_distributed_setup_teardown_coordination(
)
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
"{shared_scope_setup_status_path!s}")
r"{shared_scope_setup_status_path!s}")
class TestScopeA:
@classmethod
Expand Down

0 comments on commit de68bbd

Please sign in to comment.