mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-10 06:31:09 +00:00
Change break into a return True statement.
This commit is contained in:
parent
66b8bdb425
commit
6bf68cd794
@ -122,7 +122,7 @@ class LaunchpadCheck:
|
||||
sleep(300)
|
||||
else:
|
||||
print("All builds have successfully published.")
|
||||
break
|
||||
return True
|
||||
# If we've timed out, raise an error
|
||||
raise ValueError("Timed out, contact Launchpad admins")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user