thinko
This commit is contained in:
parent
7f481fdb1a
commit
be1f0f71e0
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user