mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix for bug #5930
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
This commit is contained in:
parent
21ac92210b
commit
33f1349fae
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user