Network mapped release folder gets temp files

Issue #128 invalid
Gfy repo owner created an issue
  • Map a release on the network as a drive. e.g. O:\
  • Open cmd and create an SRR: pyrescene --best .
  • Temp files end up in the release folder and the .srr

The SRR is named .srr because there is no folder name to grab. .srr-9lvb5jqm.tmp shows up, but does get removed afterwards.

A second path shows up underneath the temp folder:

O:\>pyrescene --best .
Temporary directory: C:\Users\User\AppData\Local\Temp\SRR-hh2jyxxc
O:\
Processing file: ...

Comments (1)

  1. Gfy reporter

    The release folder is also the output folder. This is where the final .srr will show up. Temp file is used to prevent overwriting with a broken file.

  2. Log in to comment