apps/osmocom_siggen: fix missing parentheses in call to print

This commit is contained in:
Vadim Yanitskiy 2022-05-14 14:43:43 +03:00
parent a100eb024c
commit 8d9e793998
1 changed files with 1 additions and 1 deletions

View File

@ -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