[Bugfix] 修复打印中文报错异常

This commit is contained in:
ibuler
2017-12-30 22:26:05 +08:00
parent 6586bef84c
commit a755882100
8 changed files with 20 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ class AdHocResultCallback(CallbackModule):
host = res._host.get_name()
task_name = res.task_name
task_result = res._result
print(task_result)
if self.results_raw[t].get(host):
self.results_raw[t][host][task_name] = task_result