[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/08: grc: no block alias for variables
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/08: grc: no block alias for variables |
Date: |
Wed, 29 Apr 2015 21:53:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 4eb67da4b980ec22252391b62c7c6e01ead5d883
Author: Sebastian Koslowski <address@hidden>
Date: Thu Apr 9 17:03:15 2015 +0200
grc: no block alias for variables
---
grc/base/Block.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/grc/base/Block.py b/grc/base/Block.py
index cadff12..afe326bb 100644
--- a/grc/base/Block.py
+++ b/grc/base/Block.py
@@ -141,8 +141,9 @@ class Block(Element):
and (self._key != "virtual_sink") \
and (self._key != "pad_source") \
and (self._key != "pad_sink"))
+ is_variable = self._key.startswith('variable')
- if is_not_virtual_or_pad:
+ if is_not_virtual_or_pad and not is_variable:
self.get_params().append(self.get_parent().get_parent().Param(
block=self,
n=odict({'name': 'Block Alias',
- [Commit-gnuradio] [gnuradio] branch maint updated (6020965 -> 9b9608e), git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 03/08: uhd: Fix for CID 1090026 thru -33, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 01/08: grc: no block alias for variables,
git <=
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'ravi/maint' into maint, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 04/08: digital: Fixes for CIDs 1043259-60, 1043267-68, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'tom/docs/fixes1' into maint, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 02/08: docs: Fixing some missing parameters and other Doxygen errors/warnings., git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 05/08: Provide correct URLs in the doxygen build guide, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'mbr0wn/uhd/coverity' into maint, git, 2015/04/29