Compare commits

..

2 Commits

Author SHA1 Message Date
d4fa7e8afc
Correct copyright metadata 2025-04-20 16:39:53 +10:00
Piotr Chmura
dd0809b0eb
Gracefully handle non-UTF8 characters in xsane output
Thanks to Peter for the fix
2025-04-20 16:39:53 +10:00

1
xsanecli.py Normal file → Executable file
View File

@ -70,7 +70,6 @@ def xsanecli_run(procedure, config, run_data, *args):
if not SCAN_MULTIPLE:
proc.terminate()
os.rmdir(tempdir)