jack 8 달 전
부모
커밋
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