We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b96159 commit 5eb5860Copy full SHA for 5eb5860
pytpcc/util/results.py
@@ -250,5 +250,5 @@ def show(self, load_time=None, driver=None, threads=1):
250
if driver:
251
driver.save_result(result_doc)
252
print(result_doc)
253
- return ret.encode('ascii', "ignore")
+ return ret
254
## CLASS
0 commit comments