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

removing lingering attempt to send do-not-calibrate message from conveyor

parent adadcf4e
No related branches found
No related tags found
1 merge request!929removing lingering attempt to send do-not-calibrate message from conveyor
Pipeline #5169 passed
Pipeline: workspaces

#5170

    ......@@ -28,7 +28,6 @@ from pathlib import Path
    from typing import Dict, List, Tuple
    import requests
    from requests import Response
    from .interfaces import ConveyorIF
    ......@@ -65,9 +64,6 @@ class RetrievalConveyor(ConveyorIF):
    self.save_qa_notes(spool_path)
    if self.action == "QA Fail Calibration":
    self.send_qa_fail_msg(self.settings["sdm_ids"])
    def save_qa_notes(self, spool_path):
    # obtain the qa_notes.html data and push it up to the capability version here
    try:
    ......
    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