Skip to content

Commit

Permalink
Mark execute operation as async
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Feb 7, 2024
1 parent 7c82a98 commit 83c6767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def fetch_form(
summary="Execute tool with a given parameter payload",
route_class_override=JsonApiRoute,
)
def execute_json(
async def execute_json(
self,
payload: CreateToolBody,
trans: ProvidesHistoryContext = DependsOnTrans,
Expand Down

0 comments on commit 83c6767

Please sign in to comment.