mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-06 14:51:27 +00:00
Prefix the variable names with arg.
This commit is contained in:
parent
27c966b477
commit
1134f8545c
@ -35,7 +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)
|
self.verify_binaries_published(args.package, args.package_version)
|
||||||
|
|
||||||
def login(self):
|
def login(self):
|
||||||
"""Log in to Launchpad anonymously"""
|
"""Log in to Launchpad anonymously"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user