edswangren
Results
1
issues of
edswangren
It seems to me, anyway. from `commands.py:538 tiff_set` ``` if os.path.realpath(source) == os.path.realpath(output) and source != '-': with tempfile.TemporaryDirectory('tifftools') as tmpdir: output = os.path.join(tmpdir, 'output.tiff') _tiff_set(source, output, setlist, unset, setfrom,...