Fixed path error

pull/612/head
Piero Toffanin 2017-06-29 11:00:52 -04:00
rodzic ad47dd9fd4
commit 750a4492b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ class ODMDEMCell(ecto.Cell):
args = self.inputs.args
tree = self.inputs.tree
las_model_found = io.file_exists(tree.odm_georeferencing_model_las)
env_paths = [tree.superbuild_bin_path]
env_paths = [context.superbuild_bin_path]
# Just to make sure
l2d_module_installed = True