Skip to content

Commit

Permalink
Result is str
Browse files Browse the repository at this point in the history
  • Loading branch information
b14aa178 committed Sep 7, 2021
1 parent e524f90 commit 2bc3b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/testset.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def worker(todo_queue, message_queue, init_args):
# Check result
error = None
if testpy.returncode != 0:
error = outputs[1]
error = outputs[1].decode()

# Report task finish
message_queue.put(MessageTaskDone(test, error))
Expand Down

0 comments on commit 2bc3b28

Please sign in to comment.