Skip to content
Snippets Groups Projects
Commit 4ce2d412 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

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

parent 443c956c
No related branches found
No related tags found
3 merge requests!1059Catchup 2.7 with main,!1058Draft: Rebase 2.7 on main,!1012fix srdp validation single vs. multi ingestion bug, workflow id name
Pipeline #6178 passed
Pipeline: workspaces

#6180

    Pipeline: workspaces

    #6179

      ......@@ -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)
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment