summaryrefslogtreecommitdiff
path: root/grc/python/Generator.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-08-28 12:06:07 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-08-28 12:06:07 -0700
commite1bdd3c8eff488aa5de91cd1a8b474779b7054d7 (patch)
treee929da3ad5f90a7473e626a2c80d59ac347efadc /grc/python/Generator.py
parent5e645075ebaeb1d32a0a4c7b2e99a4bed8220163 (diff)
parent26b6cf4d645b68279b23467dc77d442c4b9720ec (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Diffstat (limited to 'grc/python/Generator.py')
-rw-r--r--grc/python/Generator.py1
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)