diff options
Diffstat (limited to 'grc/python/Generator.py')
-rw-r--r-- | grc/python/Generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/python/Generator.py b/grc/python/Generator.py index f807b59ad1..98fbd0c360 100644 --- a/grc/python/Generator.py +++ b/grc/python/Generator.py @@ -140,6 +140,7 @@ class TopBlockGenerator(object): if self._generate_options == 'no_gui' and xterm_executable: cmds = [xterm_executable, '-e', args_to_string(cmds)] + Messages.send_start_exec(args_to_string(cmds)) p = subprocess.Popen( args=cmds, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False, universal_newlines=True) |