Use the correct path for the template.

This commit is contained in:
Simon Quigley 2019-03-02 21:26:05 -06:00
parent 593145e51e
commit 2a0c9c241c

View File

@ -114,7 +114,7 @@ class Generator:
"defined")
# Assign the packagebuild template to a variable
with open("../templates/packagebuild.xml") as templatef:
with open("templates/packagebuild.xml") as templatef:
template = Template(templatef)
# Authenticate to the server