Skip to content

Commit

Permalink
[processing] fixed saga supervised classification when using saga 208
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Aug 14, 2014
1 parent dab9638 commit e02f004
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@

def editCommands(commands):
saga208 = ProcessingConfig.getSetting(SagaUtils.SAGA_208)
if not saga208:
if saga208 is not None and not saga208:
commands[-3] = commands[-3] + ' -STATS ' + table()
return commands
else:
Expand Down

0 comments on commit e02f004

Please sign in to comment.