Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24a6e2c

Browse files
committedMar 25, 2022
try again without backslash
1 parent b3de228 commit 24a6e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
s.replace(
8585
["noxfile.py"],
8686
r'f"--junitxml=unit_{session.python}_sponge_log.xml",',
87-
r'f"--junitxml={os.path.split\(tests_path\)[-1]}_{session.python}_sponge_log.xml",',
87+
r'f"--junitxml={os.path.split(tests_path)[-1]}_{session.python}_sponge_log.xml",',
8888
)
8989
s.replace(
9090
["noxfile.py"],

0 commit comments

Comments
 (0)
Please sign in to comment.