mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-15 02:41:28 +00:00
Call the function differently.
This commit is contained in:
parent
08185dcaa4
commit
27c966b477
@ -35,6 +35,7 @@ class LaunchpadCheck:
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
self.lp_person = args.lp_team
|
self.lp_person = args.lp_team
|
||||||
self.ppa_name = args.ppa
|
self.ppa_name = args.ppa
|
||||||
|
self.verify_binaries_published(package, package_version)
|
||||||
|
|
||||||
def login(self):
|
def login(self):
|
||||||
"""Log in to Launchpad anonymously"""
|
"""Log in to Launchpad anonymously"""
|
||||||
@ -120,4 +121,3 @@ class LaunchpadCheck:
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
lpcheck = LaunchpadCheck()
|
lpcheck = LaunchpadCheck()
|
||||||
lpcheck.verify_binaries_published()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user