[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/05: uhd_siggen_gui: fix attribute error
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/05: uhd_siggen_gui: fix attribute error for lo_locked |
Date: |
Tue, 9 Aug 2016 21:50:47 +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 9867fa07860d539f8e23c26bc143a019fae90f43
Author: Nicolas Cuervo <address@hidden>
Date: Tue Aug 9 10:25:07 2016 -0700
uhd_siggen_gui: fix attribute error for lo_locked
---
gr-uhd/apps/uhd_siggen_gui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-uhd/apps/uhd_siggen_gui b/gr-uhd/apps/uhd_siggen_gui
index ab04ccc..4b70922 100755
--- a/gr-uhd/apps/uhd_siggen_gui
+++ b/gr-uhd/apps/uhd_siggen_gui
@@ -426,7 +426,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))
)