diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 16:27:15 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 16:27:15 -0700 |
commit | 1ca375a1abdba35e34c42603e25d5d0118a639d2 (patch) | |
tree | 17df66d901178473b2ce7cfec4f75fef26d79b55 /gr-uhd | |
parent | b8f97b1694c1244103b9f02a27cc47c260422c7a (diff) | |
parent | 5ee319cb49a5a344521f33b123b4ad0d0927163a (diff) |
Merge remote-tracking branch 'github/pr/1435' into python3
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/apps/uhd_siggen_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/apps/uhd_siggen_base.py b/gr-uhd/apps/uhd_siggen_base.py index 98dda1084b..9714810cdd 100644 --- a/gr-uhd/apps/uhd_siggen_base.py +++ b/gr-uhd/apps/uhd_siggen_base.py @@ -295,7 +295,7 @@ def main(): print(ex) exit(1) tb.start() - eval(input('[UHD-SIGGEN] Press Enter to quit:\n')) + input('[UHD-SIGGEN] Press Enter to quit:\n') tb.stop() tb.wait() |