Skip to content

Commit

Permalink
add _template method to PipelineDispatchRequestBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 12, 2023
1 parent 01d6668 commit ab5881f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/src/backend/helpers/PipelineDispatchRequestBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def _request(self, task_request, _):

def _application(self, task_request, _):
return task_request

def _template(self, task_request, _):
return task_request

def _tapis_job(self, task_request, _):
return task_request
Expand Down

0 comments on commit ab5881f

Please sign in to comment.