Compare commits

..

2 Commits

Author SHA1 Message Date
fa64b68f33
Correct copyright metadata 2025-04-20 16:33:30 +10:00
Piotr Chmura
ec6495eecc
Gracefully handle non-UTF8 characters in xsane output
Thanks to Peter for the fix
2025-04-20 16:28:05 +10:00

1
xsanecli.py Executable file → Normal file
View File

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