diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-12-07 15:57:01 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-12-07 15:57:01 -0800 |
commit | 9587f5b34914f8ccbb05db093a024cf117b60a44 (patch) | |
tree | c123110cbcd952d273f48ae72483e9be339c464f /grc/python/Param.py | |
parent | b57d228c31f24843e7c4cbddeb67da9fef2e8080 (diff) | |
parent | ef1493630eeab5d46f53bf3e015411f1f7b25866 (diff) |
Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'
Diffstat (limited to 'grc/python/Param.py')
-rw-r--r-- | grc/python/Param.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/Param.py b/grc/python/Param.py index 746f677e4..e60f613f0 100644 --- a/grc/python/Param.py +++ b/grc/python/Param.py @@ -31,7 +31,7 @@ from Constants import VECTOR_TYPES, COMPLEX_TYPES, REAL_TYPES, INT_TYPES from gnuradio import eng_notation _check_id_matcher = re.compile('^[a-z|A-Z]\w*$') -_show_id_matcher = re.compile('^(variable\w*|parameter|options|notebook)$') +_show_id_matcher = re.compile('^(variable\w*|parameter|options|notebook|epy_module)$') #blacklist certain ids, its not complete, but should help |