Skip to content

Commit

Permalink
[processing] temporarily disable escaping commands as it produced
Browse files Browse the repository at this point in the history
strange results
  • Loading branch information
alexbruy committed Mar 28, 2017
1 parent ad86dc0 commit 22cf49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/taudem/TauDEMUtils.py
Expand Up @@ -102,7 +102,6 @@ def taudemDescriptionPath():
def executeTauDEM(command, progress):
loglines = []
loglines.append(TauDEMUtils.tr('TauDEM execution console output'))
command = TauDEMUtils.escapeAndJoin(command)
fused_command = ''.join(['"%s" ' % c for c in command])
progress.setInfo(TauDEMUtils.tr('TauDEM command:'))
progress.setCommand(fused_command.replace('" "', ' ').strip('"'))
Expand Down

0 comments on commit 22cf49d

Please sign in to comment.