Skip to content

Commit

Permalink
Update Grass7Utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmpd committed Nov 27, 2018
1 parent 9b61eb8 commit 31f3f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/grass7/Grass7Utils.py
Expand Up @@ -413,6 +413,7 @@ def executeGrass(commands, feedback, outputCommands=None):
stderr=subprocess.STDOUT,
universal_newlines=True,
env=grassenv,
encoding="cp{}".format(Grass7Utils.getWindowsCodePage()) if isWindows() else None,
startupinfo=si if isWindows() else None
) as proc:
for line in iter(proc.stdout.readline, ''):
Expand Down

0 comments on commit 31f3f69

Please sign in to comment.