mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-18 22:32:30 -04:00
Update scanner.py: fix print to stderr
This commit is contained in:
parent
78b73ae529
commit
4cf2c0b7c7
@ -373,7 +373,7 @@ def main():
|
|||||||
pass
|
pass
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
tb = traceback.format_exc()
|
tb = traceback.format_exc()
|
||||||
print >> sys.stderr, tb
|
print(tb, file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user