From 2a0c9c241c429881af461aaab30c4e9d2d87e3ee Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 2 Mar 2019 21:26:05 -0600 Subject: [PATCH] Use the correct path for the template. --- ci/jobgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jobgenerator.py b/ci/jobgenerator.py index 24abdd9..71961e1 100755 --- a/ci/jobgenerator.py +++ b/ci/jobgenerator.py @@ -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