From 750a4492b12b9265aeac3e79c3400be177170101 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 29 Jun 2017 11:00:52 -0400 Subject: [PATCH] Fixed path error --- scripts/odm_dem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/odm_dem.py b/scripts/odm_dem.py index 7ec4f5b0..8bbf05f0 100644 --- a/scripts/odm_dem.py +++ b/scripts/odm_dem.py @@ -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