Skip to content

Commit 0b5e647

Browse files
committed
Update output.py
1 parent 659bf01 commit 0b5e647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.manager/src/proman/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def get_noarch_os():
311311
and build_config["action"] == "disabled"
312312
):
313313
continue
314-
key = f"pypkg_{pkg_id}"
314+
key = f"pypkg_{pkg_id}"
315315
value = self._branch_manager.data[key]
316316
pure_python = value["python"]["pure"]
317317
build_job = {

0 commit comments

Comments
 (0)