Cleanup grass context

pull/979/head
Piero Toffanin 2019-04-30 23:05:27 -04:00
rodzic 6562ada770
commit 27b2d02629
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ def compute_cutline(orthophoto_file, crop_area_file, destination, max_concurrenc
if io.file_exists(cutline_file):
shutil.move(cutline_file, destination)
log.ODM_INFO("Generated cutline file: %s --> %s" % (cutline_file, destination))
# gctx.cleanup()
gctx.cleanup()
return destination
else:
log.ODM_WARNING("Unexpected script result: %s. No cutline file has been generated." % cutline_file)