Skip to content

Commit

Permalink
Fix missing keyword arg key in PipelineLocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 13, 2024
1 parent 4f24950 commit d258583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/PipelineLocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def post(self, request, group_id, pipeline_id):

# Get the pipeline run
pipeline_run = PipelineRun.objects.filter(
body.pipeline_run_uuid
uuid=body.pipeline_run_uuid
).first()

# Return BadRequest if no pipeline found
Expand Down

0 comments on commit d258583

Please sign in to comment.