diff options
author | Josh Morman <mormjb@gmail.com> | 2020-01-14 11:58:31 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-24 23:49:10 -0800 |
commit | 2f8c0092ae0ac25387e0f9b7e36c8850d3d64229 (patch) | |
tree | 282b97fe24db2b842313905bdf5dcfd9562f85df /gr-utils/python/blocktool/core/base.py | |
parent | a11d2e36c63a3011ab2b3407798b766068e31d8f (diff) |
blocktool: add include paths option
Diffstat (limited to 'gr-utils/python/blocktool/core/base.py')
-rw-r--r-- | gr-utils/python/blocktool/core/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/blocktool/core/base.py b/gr-utils/python/blocktool/core/base.py index 5e62835e12..8632171c90 100644 --- a/gr-utils/python/blocktool/core/base.py +++ b/gr-utils/python/blocktool/core/base.py @@ -39,7 +39,7 @@ class BlockTool(ABC): def __init__(self, modname=None, filename=None, targetdir=None, target_file=None, module=None, impldir=None, impl_file=None, - yaml=False, json=False, **kwargs): + yaml=False, json=False, include_paths=None, **kwargs): """ __init__ """ pass |