Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mcucchi9 committed Jul 25, 2023
1 parent d454332 commit 7b85083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cads_broker/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def submit_request(
key=request.request_uid,
setup_code=request.request_body.get("setup_code", ""),
entry_point=request.entry_point,
config=request.adaptor_metadata.config
form=request.adaptor_metadata.form
config=request.adaptor_metadata.config,
form=request.adaptor_metadata.form,
request=request.request_body.get("request", {}),
resources=request.request_metadata.get("resources", {}),
metadata=request.request_metadata,
Expand Down

0 comments on commit 7b85083

Please sign in to comment.