mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-10 06:31:09 +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()
|
||||
self.lp_person = args.lp_team
|
||||
self.ppa_name = args.ppa
|
||||
self.verify_binaries_published(package, package_version)
|
||||
self.verify_binaries_published(args.package, args.package_version)
|
||||
|
||||
def login(self):
|
||||
"""Log in to Launchpad anonymously"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user