Fix: Replace '/' with '_' in space ID for temp directory prefix

#5
by smolSWE - opened

The division operator was causing a TypeError when creating the temporary directory. Replacing '/' with '_' resolves this.

KingNish changed pull request status to merged

Sign up or log in to comment