aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Schroer <3470424+dl1ksv@users.noreply.github.com>2019-09-24 12:37:01 +0200
committerMarcus Müller <marcus@hostalia.de>2019-09-28 21:05:58 +0200
commitc28147c7b2e83c9cf410fde316c52b99817e58f0 (patch)
treef7b9e753914ffb0a1070cd320140ee325e8e77d4
parentRemove cpp generation function hard tab (diff)
downloadgnuradio-c28147c7b2e83c9cf410fde316c52b99817e58f0.tar.xz
gnuradio-c28147c7b2e83c9cf410fde316c52b99817e58f0.zip
edit_msg_box not useable without setting an unneeded key.
Although is_pair ( or is_static) is set to false the assertion always fails if no key is set.
-rw-r--r--gr-qtgui/grc/qtgui_edit_box_msg.block.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/grc/qtgui_edit_box_msg.block.yml b/gr-qtgui/grc/qtgui_edit_box_msg.block.yml
index 45f17a3b0..c2ef05012 100644
--- a/gr-qtgui/grc/qtgui_edit_box_msg.block.yml
+++ b/gr-qtgui/grc/qtgui_edit_box_msg.block.yml
@@ -39,7 +39,7 @@ parameters:
hide: part
asserts:
-- ${(is_pair and is_static and len(key) > 0) or not (is_pair and is_static)}
+- ${(len(key) > 0) or not ((is_pair == 'True') and (is_static == 'True'))}
inputs:
- domain: message