From 33f1349faee6496d74f91a6a413b6ca8e2347f3b Mon Sep 17 00:00:00 2001 From: "cpolymeris@gmail.com" Date: Wed, 4 Jul 2012 02:54:33 +0000 Subject: [PATCH] Fix for bug #5930 git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d --- src/sextante/otb/OTBAlgorithm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sextante/otb/OTBAlgorithm.py b/src/sextante/otb/OTBAlgorithm.py index 33fe01400e5..d8de2bea8fc 100644 --- a/src/sextante/otb/OTBAlgorithm.py +++ b/src/sextante/otb/OTBAlgorithm.py @@ -28,6 +28,7 @@ class OTBAlgorithm(GeoAlgorithm): self.descriptionFile = descriptionfile self.defineCharacteristicsFromFile() self.numExportedLayers = 0 + self.hasROI = None; def getCopy(self): newone = OTBAlgorithm(self.descriptionFile)