used:
- wsl on windows 11
- batdetect2 run via pip install batdetect2 after conda create -y --name batdetect2 python==3.10
- .wav files on a mounted USB drive
I tried to run batdetect2 with an an absolute path while attending a python workshop by @nerc-esces and accidentally misspelled the path.
Following the run, only the false path was accessible through cd in the ubuntu subsystem and all other files and directories couldn't be acessessed. However, the files were still there on the windows system itself.
We think the issue is causeed by line 358/9 in detector_utils.py in def save_resuls_to_file.
The file.replace in clippy might be checking if the whole path defined as a string exists and then it gets overwritten.
used:
I tried to run batdetect2 with an an absolute path while attending a python workshop by @nerc-esces and accidentally misspelled the path.
Following the run, only the false path was accessible through cd in the ubuntu subsystem and all other files and directories couldn't be acessessed. However, the files were still there on the windows system itself.
We think the issue is causeed by line 358/9 in detector_utils.py in def save_resuls_to_file.
The file.replace in clippy might be checking if the whole path defined as a string exists and then it gets overwritten.