diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-08-28 12:06:07 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-08-28 12:06:07 -0700 |
commit | e1bdd3c8eff488aa5de91cd1a8b474779b7054d7 (patch) | |
tree | e929da3ad5f90a7473e626a2c80d59ac347efadc /grc/python/Generator.py | |
parent | 5e645075ebaeb1d32a0a4c7b2e99a4bed8220163 (diff) | |
parent | 26b6cf4d645b68279b23467dc77d442c4b9720ec (diff) |
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
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) |