Skip to content
Snippets Groups Projects
Unverified Commit 0931eb92 authored by Oliver Smith's avatar Oliver Smith
Browse files

build: package: fix built pkgs count not going up

Fix #2448
parent b462a781
No related branches found
No related tags found
No related merge requests found
......@@ -581,8 +581,9 @@ def packages(
cross = None
total_pkgs = len(build_queue)
count = 1
count = 0
for pkg in build_queue:
count += 1
chroot = pkg["chroot"]
pkg_arch = pkg["arch"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment