Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update supervisedclassification.py
  • Loading branch information
Giovanni Manghi committed Sep 29, 2013
1 parent 52ac084 commit 3226b4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions python/plugins/processing/saga/ext/supervisedclassification.py
Expand Up @@ -26,7 +26,9 @@
from processing.tests.TestData import table

def editCommands(commands):
commands[-3] = commands[-3] + " -STATS " + table()
return commands


saga208 = ProcessingConfig.getSetting(SagaUtils.SAGA_208)
if not saga208:
commands[-3] = commands[-3] + " -STATS " + table()
return commands
else:
return commands

0 comments on commit 3226b4b

Please sign in to comment.