hier_block_install_helper.grc missing
MountainLogic opened this issue · 3 comments
examples/hier_block_install_helper.py is present, but examples/hier_block_install_helper.grc is missing in git
This is a regular python script.
Nothing generated from GRC.
Perhaps the documentation in Readme.md is incorrect regarding hier_block_install_helper.grc:
compile hierarchical GRC blocks
These blocks are located in the 'examples' directory.
hierarchical GRC blocks must be generated by opening them in GRC and clicking Generate. Afterwards reload blocks or restart GRC. This makes the hier blocks available in GRC just as all the other blocks.
An alternative is to use the python script examples/hier_block_install_helper.grc, which calls 'grcc' for all grc files in the current directory and installs them.
Good catch. Thanks.
Fixed in 7288cc3