Skip to content

Commit

Permalink
Remove main function with hard-coded paths. Only useful during develo…
Browse files Browse the repository at this point in the history
…pment.
  • Loading branch information
bikegeek committed Oct 11, 2024
1 parent e779512 commit d78459b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions METdbLoad/ush/read_load_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit d78459b

Please sign in to comment.