mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-04 14:11:29 +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)
|
sleep(300)
|
||||||
else:
|
else:
|
||||||
print("All builds have successfully published.")
|
print("All builds have successfully published.")
|
||||||
break
|
return True
|
||||||
# If we've timed out, raise an error
|
# If we've timed out, raise an error
|
||||||
raise ValueError("Timed out, contact Launchpad admins")
|
raise ValueError("Timed out, contact Launchpad admins")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user