Fix EXIF error while using GCPs

pull/1321/head
Piero Toffanin 2021-08-04 17:59:38 -04:00
rodzic 7a00b0a904
commit 365549f51a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ class ODMOpenSfMStage(types.ODM_Stage):
def cleanup_disk_space():
if args.optimize_disk_space:
for folder in ["features", "matches", "exif", "reports"]:
for folder in ["features", "matches", "reports"]:
folder_path = octx.path(folder)
if os.path.exists(folder_path):
if os.path.islink(folder_path):