mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
[Bugfix] 修复打印中文报错异常
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user