Fixed warning message

Former-commit-id: 11ac1b3339
pull/1161/head
Piero Toffanin 2020-02-04 20:47:00 +00:00
rodzic f4d9396b49
commit 8b908afa95
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -241,7 +241,7 @@ class ODM_Reconstruction(object):
self.georef = ODM_GeoRef.FromCoordsFile(output_coords_file)
except:
log.ODM_WARNING('Could not generate coordinates file. An orthophoto will not be generated.')
log.ODM_WARNING('Could not generate coordinates file. The orthophoto will not be georeferenced.')
self.gcp = GCPFile(None)
return self.georef