From 1134f8545c1a3dd58d9d5d962b423fe21e482458 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 8 Mar 2019 18:22:33 -0600 Subject: [PATCH] Prefix the variable names with arg. --- ci/lp_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lp_check.py b/ci/lp_check.py index 1bd3ec3..2463ae5 100755 --- a/ci/lp_check.py +++ b/ci/lp_check.py @@ -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"""