Skip to content

Commit

Permalink
code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 5, 2024
1 parent 41b162a commit a8f1d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/src/backend/views/RunPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def post(self, request, group_id, pipeline_id, *_, **__):
directives=body.directives,
args=body.args
)

# Dispatch the request
pipeline_run = pipeline_dispatcher.dispatch(pipeline_dispatch_request, pipeline)
except ServerError as e:
Expand Down

0 comments on commit a8f1d90

Please sign in to comment.