summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/grcc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/grcc')
-rwxr-xr-xgr-utils/python/utils/grcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/python/utils/grcc b/gr-utils/python/utils/grcc
index 7e5665dc05..0477b813f6 100755
--- a/gr-utils/python/utils/grcc
+++ b/gr-utils/python/utils/grcc
@@ -36,6 +36,7 @@ class grcc:
self.fg = self.platform.get_new_flow_graph()
self.fg.import_data(data)
+ self.fg.grc_file_path = os.path.abspath(grcfile)
self.fg.validate()
self.gen = self.platform.get_generator()(self.fg, out_dir)