diff options
author | Håkon Vågsether <haakonsv@gmail.com> | 2017-08-21 11:35:08 +0200 |
---|---|---|
committer | Håkon Vågsether <haakonsv@gmail.com> | 2017-08-21 11:35:08 +0200 |
commit | 5ee319cb49a5a344521f33b123b4ad0d0927163a (patch) | |
tree | 2bd6c840a40fa816397d3a078e4070cc73658bed /gr-uhd | |
parent | afd7c8e43659ec461ae4c4859ecf55ba95304255 (diff) |
Fix typos from switch to Python 3
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() |