Compare commits
2 Commits
d4fa7e8afc
...
fa64b68f33
Author | SHA1 | Date | |
---|---|---|---|
fa64b68f33 | |||
|
ec6495eecc |
1
xsanecli.py
Executable file → Normal file
1
xsanecli.py
Executable file → Normal file
@ -71,6 +71,7 @@ def xsanecli_run(procedure, config, run_data, *args):
|
|||||||
if not SCAN_MULTIPLE:
|
if not SCAN_MULTIPLE:
|
||||||
proc.terminate()
|
proc.terminate()
|
||||||
|
|
||||||
|
|
||||||
os.rmdir(tempdir)
|
os.rmdir(tempdir)
|
||||||
|
|
||||||
return Gimp.ValueArray.new_from_values([GObject.Value(Gimp.PDBStatusType, Gimp.PDBStatusType.SUCCESS), GObject.Value(Gimp.Image.__gtype__, image)])
|
return Gimp.ValueArray.new_from_values([GObject.Value(Gimp.PDBStatusType, Gimp.PDBStatusType.SUCCESS), GObject.Value(Gimp.Image.__gtype__, image)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user