We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent badea8c commit 8eb79dbCopy full SHA for 8eb79db
python/plugins/processing/algs/otb/OTBSpecific_XMLLoading.py
@@ -171,7 +171,7 @@ def adaptColorMapping(commands_list):
171
The output of this algorithm must be in uint8.
172
"""
173
indexInput = commands_list.index("-out")
174
- commands_list[indexInput + 1] = commands_list[indexInput + 1] + " uint8"
+ commands_list[indexInput + 1] = commands_list[indexInput + 1] + '" "uint8"'
175
return commands_list
176
177
@@ -188,7 +188,6 @@ def adaptStereoFramework(commands_list):
188
argumentToRemove = commands_list2[index - 1]
189
commands_list2.remove(item)
190
commands_list2.remove(argumentToRemove)
191
- #commands_list2.append(item)
192
return commands_list2
193
194
0 commit comments