We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0256 commit e1afb8cCopy full SHA for e1afb8c
Platforms/Android/__main__.py
@@ -844,7 +844,7 @@ def ci(context):
844
"emulator on this platform."
845
)
846
else:
847
- with TemporaryDirectory(prefix=SCRIPT_NAME) as temp_dir:
+ with TemporaryDirectory(prefix=SCRIPT_NAME.replace("/", "-")) as temp_dir:
848
print("::group::Tests")
849
850
# Prove the package is self-contained by using it to run the tests.
0 commit comments