forked from sdr/gr-osmosdr
apps/osmocom_siggen: fix missing parentheses in call to print
parent
a100eb024c
commit
9c58e8a991
|
@ -483,7 +483,7 @@ def main():
|
|||
app.MainLoop()
|
||||
|
||||
except RuntimeError, e:
|
||||
print e
|
||||
print(e)
|
||||
sys.exit(1)
|
||||
|
||||
# Make sure to create the top block (tb) within a function: That code
|
||||
|
|
Loading…
Reference in New Issue