Skip to content

Commit

Permalink
Fix for bug #5930
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
cpolymeris@gmail.com committed Jul 4, 2012
1 parent 21ac922 commit 33f1349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sextante/otb/OTBAlgorithm.py
Expand Up @@ -28,6 +28,7 @@ def __init__(self, descriptionfile):
self.descriptionFile = descriptionfile
self.defineCharacteristicsFromFile()
self.numExportedLayers = 0
self.hasROI = None;

def getCopy(self):
newone = OTBAlgorithm(self.descriptionFile)
Expand Down

0 comments on commit 33f1349

Please sign in to comment.