Skip to content

Commit

Permalink
fix parameter parsing again
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 14, 2024
1 parent 5f746c1 commit 8fc8bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ocrd_network/cli/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def send_processing_job_request(
if page_id:
req_params["page_id"] = page_id
req_params["parameters"] = set_json_key_value_overrides(parse_json_string_or_file(*parameter), *parameter_override)
if parameter_override:
req_params["parameters"] = parameter_override
if result_queue_name:
req_params["result_queue_name"] = result_queue_name
if callback_url:
Expand Down

0 comments on commit 8fc8bff

Please sign in to comment.