sandberg-lab / dataprivacy

GNU General Public License v3.0
14 stars 4 forks source link

create temp files in output directory, not in input dir #7

Open TyberiusPrime opened 4 months ago

TyberiusPrime commented 4 months ago

Bamboozle tries to create it's temp files next to the input file, instead of next to the output file.

This of course fails if your input files are in non-writable directories/filesystems.

The PR fixes it to write the temp files in the output directory - which must be writable anyway - instead.