jack 2 天之前
父节点
当前提交
b475196415
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/services/run/run_step.py

+ 3 - 0
app/services/run/run_step.py

@@ -62,7 +62,10 @@ class RunStepService:
 
         #run_step.step_details = step_details
         if isinstance(step_details, dict):
+            print("step_details is a dict")
             run_step.step_details.update(step_details)
+            print("step_details", step_details)
+            print("run_step.step_details", run_step.step_details)
         else:
             run_step.step_details = step_details