From d722731db49bf07e426069d761a81477b6791d6e Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 8 Mar 2019 18:59:55 -0600 Subject: [PATCH] Return ppa_source, not ppa. --- 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 2463ae5..b5c7b97 100755 --- a/ci/lp_check.py +++ b/ci/lp_check.py @@ -66,7 +66,7 @@ class LaunchpadCheck: raise ValueError("Source package no longer exists") if status == "Published": print("Source published.") - return lp, ppa + return lp, ppa_source elif status == "Pending": # 60 seconds × 5 minutes = 300 seconds sleep(300)