Skip to content

Commit 5eb5860

Browse files
committed
remove ascii encoding on results
1 parent 2b96159 commit 5eb5860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytpcc/util/results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,5 @@ def show(self, load_time=None, driver=None, threads=1):
250250
if driver:
251251
driver.save_result(result_doc)
252252
print(result_doc)
253-
return ret.encode('ascii', "ignore")
253+
return ret
254254
## CLASS

0 commit comments

Comments
 (0)