Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add_combine_pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
crisingulani committed Aug 30, 2024
2 parents 0520878 + adcbb49 commit c045862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/core/views/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def create(self, request):
)
logger.debug(
f"Process submitted: ORCH_ID {process.orchestration_process_id}"
)

process.orchestration_process_id = orch_process.get("id")
process.used_config = json.loads(orch_process.get("used_config", None))
Expand Down

0 comments on commit c045862

Please sign in to comment.