def __clean_up_cert_file_from_container()

in wadebug/wa_actions/curl_utils.py [0:0]


def __clean_up_cert_file_from_container(container, ssl_cert_path=None):
    if ssl_cert_path:
        try:
            container.exec_run(["rm", "-f", ssl_cert_path])
        except Exception:
            pass