Merge pull request #1321 from pierotofy/gcpimp

Fix EXIF error while using GCPs
pull/1325/head
Piero Toffanin 2021-08-04 17:03:26 -05:00 zatwierdzone przez GitHub
commit 6826db9d31
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

@ -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):