mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-06 14:51:27 +00:00
Add a missing underscore.
This commit is contained in:
parent
3f1c84609f
commit
84cb5542c5
@ -239,7 +239,7 @@ class Generator:
|
|||||||
# have to create it if it doesn't exist because that's a
|
# have to create it if it doesn't exist because that's a
|
||||||
# Huge Problem anyway
|
# Huge Problem anyway
|
||||||
view = server.views["mgmt"]
|
view = server.views["mgmt"]
|
||||||
view.addjob(jobname)
|
view.add_job(jobname)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user