aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 20:20:28 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commitfc10d03390c3eb792943572484d13582fa468ec7 (patch)
tree85b47a18e45fd679bfb7a8f124feca00e7468810
parent88c2925d46ca7ad1348b5115dcb3748ec2921235 (diff)
grgsm_livemon: Specify localhost as string
Traceback (most recent call last): File "/home/vasko/gr38/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 216, in renew_namespace value = eval(parameter_block.params['value'].to_code(), namespace) File "<string>", line 1, in <module> NameError: name 'localhost' is not defined Change-Id: I6bae2fb1f09038cb0cd3410533d3b3fdc79ed354
-rw-r--r--apps/grgsm_livemon.grc2
-rw-r--r--apps/grgsm_livemon_headless.grc2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index a11b243..941f816 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -179,7 +179,7 @@ blocks:
label: IP or DNS name of collector point
short_id: ''
type: str
- value: 'localhost'
+ value: '"localhost"'
states:
bus_sink: false
bus_source: false
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index 27d43b8..f4d5945 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -134,7 +134,7 @@ blocks:
label: IP or DNS name of collector point
short_id: ''
type: str
- value: 'localhost'
+ value: '"localhost"'
states:
bus_sink: false
bus_source: false