Skip to content
Snippets Groups Projects

fix srdp validation single vs. multi ingestion bug, workflow id name

Merged Charlotte Hausman requested to merge 2.5_ingestion into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -114,8 +114,7 @@ class Solicitor:
if srdp_flag is True:
# if this is SRDP, verify the initial weblog exists
get_weblog_url = (
f"{self.workflow_url}/workflows/std_calibration/requests/"
f"{wf_request['current_workflow_request_id']}/weblog"
f"{self.workflow_url}/workflows/std_calibration/requests/{wf_request['workflow_request_id']}/weblog"
)
response = requests.get(get_weblog_url)
Loading