Skip to content

Commit

Permalink
fixed crash of "exec code_with_mistakes" (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinab authored Apr 10, 2020
1 parent 3d949cb commit 2ba2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/mpfshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 571,7 @@ def data_consumer(data):
ret = self.fe.follow(None, data_consumer)

if len(ret[-1]):
self.__error(ret[-1])
self.__error(ret[-1].decode("utf-8"))

except IOError as e:
self.__error(str(e))
Expand Down

0 comments on commit 2ba2611

Please sign in to comment.