jack 5 месяцев назад
Родитель
Сommit
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
         #run_step.step_details = step_details
         if isinstance(step_details, dict):
         if isinstance(step_details, dict):
+            print("step_details is a dict")
             run_step.step_details.update(step_details)
             run_step.step_details.update(step_details)
+            print("step_details", step_details)
+            print("run_step.step_details", run_step.step_details)
         else:
         else:
             run_step.step_details = step_details
             run_step.step_details = step_details