From 39ef27e201f7158320b5266e26d9bf351fa39af8 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 25 Feb 2016 13:31:28 -0500 Subject: [PATCH] tree not self --- opendm/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/types.py b/opendm/types.py index e7f533e4..60c438d1 100644 --- a/opendm/types.py +++ b/opendm/types.py @@ -165,7 +165,7 @@ class ODM_GeoRef(object): pipelineXml += ' ' pipelineXml += '' - with open(self.odm_georeferencing_pdal, 'w') as f: + with open(tree.odm_georeferencing_pdal, 'w') as f: f.write(pipelineXml) # call pdal