From bcb70f7489f806034464ea8f9b6f534a3db41c46 Mon Sep 17 00:00:00 2001 From: airlockgithubci Date: Tue, 26 Mar 2024 14:54:49 +0000 Subject: [PATCH] Automated API doc generation --- .../airlock_gateway_rest_api_lib.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/airlock_gateway_rest_api_lib/airlock_gateway_rest_api_lib.html b/docs/airlock_gateway_rest_api_lib/airlock_gateway_rest_api_lib.html index 84fca67..fa4c575 100644 --- a/docs/airlock_gateway_rest_api_lib/airlock_gateway_rest_api_lib.html +++ b/docs/airlock_gateway_rest_api_lib/airlock_gateway_rest_api_lib.html @@ -3,7 +3,7 @@ - + airlock_gateway_rest_api_lib.airlock_gateway_rest_api_lib API documentation @@ -887,7 +887,7 @@

569 if res.status_code == 200: 570 with ZipFile(BytesIO(res.content)) as zip_file: 571 with zip_file.open("alec_table.xml", "r") as mapping_xml: - 572 mapping_xmls.append(mapping_xml) + 572 mapping_xmls.append(mapping_xml.read()) 573 else: 574 logging.info("Mapping with ID %s was not found on Airlock Host", 575 mapping_id) @@ -2769,7 +2769,7 @@
Inherited Members
570 if res.status_code == 200: 571 with ZipFile(BytesIO(res.content)) as zip_file: 572 with zip_file.open("alec_table.xml", "r") as mapping_xml: -573 mapping_xmls.append(mapping_xml) +573 mapping_xmls.append(mapping_xml.read()) 574 else: 575 logging.info("Mapping with ID %s was not found on Airlock Host", 576 mapping_id)