summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-08-09 14:21:01 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-08-09 14:21:01 -0700
commita446c76cb10dd7eb7770d6cfdbf0c5cb278d1d39 (patch)
tree93317838ab60e73635b6feb9bead6499cf9e2404 /gr-uhd
parentfc1a6a88483120921936e415aba4d5d1a9b42d96 (diff)
parente106376bfc380abe3e0df3504da34e1982f9feee (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd')
-rwxr-xr-xgr-uhd/apps/uhd_siggen_gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/apps/uhd_siggen_gui b/gr-uhd/apps/uhd_siggen_gui
index c5528f3777..9a57aa65ae 100755
--- a/gr-uhd/apps/uhd_siggen_gui
+++ b/gr-uhd/apps/uhd_siggen_gui
@@ -428,7 +428,7 @@ class uhd_siggen_gui(Qt.QWidget):
def set_lo_locked_probe_0(self, lo_locked_probe_0):
Qt.QMetaObject.invokeMethod(
self._lo_locked_probe_0_label, "setText",
- Qt.Q_ARG("QString", str(self.lo_locked_probe_0))
+ Qt.Q_ARG("QString", str(lo_locked_probe_0))
)