Merge pull request #1576 from pierotofy/orthoclean

Cleanup orthophoto_render.tif
pull/1577/head
Piero Toffanin 2022-12-28 14:22:02 -05:00 zatwierdzone przez GitHub
commit 9f1fafa38e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -165,5 +165,5 @@ class ODMOrthoPhotoStage(types.ODM_Stage):
else:
log.ODM_WARNING('Found a valid orthophoto in: %s' % tree.odm_orthophoto_tif)
if args.optimize_disk_space and io.file_exists(tree.odm_orthophoto_render):
if io.file_exists(tree.odm_orthophoto_render):
os.remove(tree.odm_orthophoto_render)