mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-02-10 04:47:28 +00:00
Use the correct path for the template.
This commit is contained in:
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…
x
Reference in New Issue
Block a user