Quick fix one more argparse and typo

Former-commit-id: 0df9cfa5d8
pull/1161/head
Dakota Benjamin 2016-03-08 13:55:58 -05:00
rodzic d4dec7d89f
commit 3ac1709bfa
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ class ODMeshingCell(ecto.Cell):
'odm_meshing' in args.rerun_from)
if not io.file_exists(tree.odm_mesh) or rerun_cell:
log.ODM_DEBUG('Writting ODM Mesh file in: %s' % tree.odm_mesh)
log.ODM_DEBUG('Writing ODM Mesh file in: %s' % tree.odm_mesh)
kwargs = {
'bin': context.odm_modules_path,

Wyświetl plik

@ -66,7 +66,7 @@ class ODMOpenSfMCell(ecto.Cell):
"matching_gps_neighbors: %s" % self.params.matching_gps_neighbors
]
if args['matcher_distance'] > 0:
if args.matcher_distance > 0:
config.append("matching_gps_distance: %s" % self.params.matching_gps_distance)
# write config file