diff --git a/utils/iopubwatcher.py b/utils/iopubwatcher.py index 62b4e9d3..791b609a 100755 --- a/utils/iopubwatcher.py +++ b/utils/iopubwatcher.py @@ -67,7 +67,7 @@ def main(connection_file): elif msg['msg_type'] == 'pyerr': # Python traceback c = msg['content'] - print(topic + ':') + print(topic + b':') for line in c['traceback']: # indent lines print(' ' + line)