We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e8fd1 commit 1a17d01Copy full SHA for 1a17d01
prefix_finder/frontend/views.py
@@ -547,7 +547,7 @@ def csv_download(request):
547
import lxml.etree as ET
548
549
550
-def make_xml_codelist(use_branch):
+def make_xml_codelist(use_branch="master"):
551
root = ET.Element("codelist")
552
meta = ET.SubElement(root, "metadata")
553
ET.SubElement(ET.SubElement(meta, "name"),"narrative").text = "Organization Identifier Lists"
0 commit comments