Show More
@@ -770,7 +770,7 b' class Kernel(Configurable):' | |||||
770 | else: |
|
770 | else: | |
771 | break |
|
771 | break | |
772 | try: |
|
772 | try: | |
773 | value = reply['content']['value'] |
|
773 | value = py3compat.unicode_to_str(reply['content']['value']) | |
774 | except: |
|
774 | except: | |
775 | self.log.error("Got bad raw_input reply: ") |
|
775 | self.log.error("Got bad raw_input reply: ") | |
776 | self.log.error("%s", parent) |
|
776 | self.log.error("%s", parent) |
General Comments 0
You need to be logged in to leave comments.
Login now