Skip to content

Commit

Permalink
Merge pull request #55 from citysciencelab/fix-execute
Browse files Browse the repository at this point in the history
Fix execute
  • Loading branch information
hwbllmnn authored Oct 10, 2024
2 parents d77eca4 + e327336 commit cc0a3be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ump/api/routes/ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def create_jobs(ensemble: Ensemble, auth):
process.execute(
{"job_name": f"{job_name}", "inputs": config["inputs"]},
auth["sub"],
ensemble_id=ensemble.id,
)
)
return result_list

0 comments on commit cc0a3be

Please sign in to comment.