Skip to content

Commit 1a17d01

Browse files
committed
Let's see if this fixes Travis...
1 parent e8e8fd1 commit 1a17d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefix_finder/frontend/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def csv_download(request):
547547
import lxml.etree as ET
548548

549549

550-
def make_xml_codelist(use_branch):
550+
def make_xml_codelist(use_branch="master"):
551551
root = ET.Element("codelist")
552552
meta = ET.SubElement(root, "metadata")
553553
ET.SubElement(ET.SubElement(meta, "name"),"narrative").text = "Organization Identifier Lists"

0 commit comments

Comments
 (0)