Spaces:
Sleeping
Sleeping
Fix: Correctly replace '/' with '_' in space ID for temp directory prefix
#6
by
smolSWE
- opened
The division operator was causing a TypeError when creating the temporary directory. Replacing '/' with '_' resolves this. Previous attempts had errors in the replace command.
KingNish
changed pull request status to
merged