Skip to content

Commit 33f1349

Browse files
author
cpolymeris@gmail.com
committedJul 4, 2012
Fix for bug #5930
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 21ac922 commit 33f1349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/sextante/otb/OTBAlgorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def __init__(self, descriptionfile):
2828
self.descriptionFile = descriptionfile
2929
self.defineCharacteristicsFromFile()
3030
self.numExportedLayers = 0
31+
self.hasROI = None;
3132

3233
def getCopy(self):
3334
newone = OTBAlgorithm(self.descriptionFile)

0 commit comments

Comments
 (0)
Please sign in to comment.