Skip to content

Commit

Permalink
grcc: set grc file path, which is required for hier blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl authored and jmcorgan committed Jun 14, 2013
1 parent c7848a1 commit dbcba6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gr-utils/src/python/grcc
Expand Up @@ -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)
Expand Down

0 comments on commit dbcba6e

Please sign in to comment.