Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tabs > Spaces
  • Loading branch information
m-kuhn committed Jun 4, 2016
1 parent a07a31b commit e7b04f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/r/RAlgorithm.py
Expand Up @@ -232,7 +232,7 @@ def processInputParameterToken(self, token, name):
break
if found:
param = ParameterTableField(name, desc, field)
elif token.lower().strip().startswith('multiple field'):
elif token.lower().strip().startswith('multiple field'):
field = token.strip()[len('multiple field') + 1:]
found = False
for p in self.parameters:
Expand Down

0 comments on commit e7b04f2

Please sign in to comment.