This commit is contained in:
Christoph Reiter 2021-07-17 21:31:02 +02:00
parent 7f481fdb1a
commit be1f0f71e0

View File

@ -849,7 +849,7 @@ def get_package_to_build(
if pkg.get_status(build_type) == PackageStatus.WAITING_FOR_BUILD:
can_build.append((pkg, build_type))
if can_build:
if not can_build:
return None
if build_from == "end":