From d78459b54ed08a732794c0e9fb173926281b4ee6 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Fri, 11 Oct 2024 17:16:19 -0600 Subject: [PATCH] Remove main function with hard-coded paths. Only useful during development. --- METdbLoad/ush/read_load_xml.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/METdbLoad/ush/read_load_xml.py b/METdbLoad/ush/read_load_xml.py index 02c1d9c..ea716bf 100644 --- a/METdbLoad/ush/read_load_xml.py +++ b/METdbLoad/ush/read_load_xml.py @@ -460,9 +460,3 @@ def filenames_from_template(self, folder_template, template_fills): sys.exit("*** Error found while expanding XML folder templates!") return file_list - -if __name__ == "__main__": - # xml_file = "/Users/minnawin/feature_internal_56_METdataio_validate_payloads/METdataio/METdbLoad/test/valid_specification.xml" - xml_file = "/Users/minnawin/feature_internal_56_METdataio_validate_payloads/METdataio/METdbLoad/test/full_example.xml" - xlf = XmlLoadFile(xml_file) - xlf.read_xml() \ No newline at end of file