kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
69fc73ce44
commit
6f556f6717
|
@ -23,7 +23,7 @@ class OSFMContext:
|
||||||
def export_bundler(self, destination_bundle_file, rerun=False):
|
def export_bundler(self, destination_bundle_file, rerun=False):
|
||||||
if not io.file_exists(destination_bundle_file) or rerun:
|
if not io.file_exists(destination_bundle_file) or rerun:
|
||||||
# convert back to bundler's format
|
# convert back to bundler's format
|
||||||
system.run('%s/bin/export_bundler %s' %
|
system.run('%s/bin/export_bundler "%s"' %
|
||||||
(context.opensfm_path, self.opensfm_project_path))
|
(context.opensfm_path, self.opensfm_project_path))
|
||||||
else:
|
else:
|
||||||
log.ODM_WARNING('Found a valid Bundler file in: %s' % destination_bundle_file)
|
log.ODM_WARNING('Found a valid Bundler file in: %s' % destination_bundle_file)
|
||||||
|
|
Ładowanie…
Reference in New Issue