Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcorgan committed Jun 17, 2015
2 parents 41b1d02 + 8ea2ce2 commit ddb2772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grc/python/Generator.py
Expand Up @@ -129,7 +129,7 @@ def get_popen(self):
# when in no gui mode on linux, use a graphical terminal (looks nice)
xterm_executable = find_executable(XTERM_EXECUTABLE)
if self._generate_options == 'no_gui' and xterm_executable:
cmds = [xterm_executable, '-e'] + ' '.join(cmds)
cmds = [xterm_executable, '-e'] + cmds

p = subprocess.Popen(
args=cmds, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
Expand Down

0 comments on commit ddb2772

Please sign in to comment.