- minor changes

This commit is contained in:
Marius Stanciu
2022-01-26 13:35:01 +02:00
committed by Marius
parent 73fca98f90
commit b69738d852
2 changed files with 2 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ class TclCommandGeoCutout(TclCommandSignaled):
try:
cutout_obj = self.app.collection.get_by_name(str(name))
except Exception as e:
log.error("TclCommandGeoCutout --> %s" % str(e))
self.app.log.error("TclCommandGeoCutout.execute() --> %s" % str(e))
return "Could not retrieve object: %s" % name
if 0 in {dia}: