Use the correct path for the template.

master
Simon Quigley 5 years ago
parent 593145e51e
commit 2a0c9c241c

@ -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

Loading…
Cancel
Save