Closed SophiaH67 closed 2 years ago
When I run the script in a folder with a file named tmp. The script fails with logs attached to this issue
tmp
touch tmp
Tempfile or something equivalent
import tempfile f = tempfile.TemporaryDirectory() f.name # tempdir path f.cleanup() # delete tempdir
I'll fix that either tomorrow or this weekend, thanks for your inputs
Describe your issue
When I run the script in a folder with a file named
tmp
. The script fails with logs attached to this issueReproduction steps
touch tmp
Potential fixes
Tempfile or something equivalent