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

build: package: fix missing f for f-string

parent a5617cb1
No related branches found
No related tags found
No related merge requests found
Pipeline #189083 passed
......@@ -292,7 +292,7 @@ def prioritise_build_queue(disarray: list[BuildQueueItem]) -> list[BuildQueueIte
break
else:
logging.warning(
"WARNING: cyclical build dependency: can't build {item['name']}, no binary package for {dep}"
f"WARNING: cyclical build dependency: can't build {item['name']}, no binary package for {dep}"
)
else:
logging.debug(
......
  • Administrator @root

    mentioned in commit de7fdf6c

    By Oliver Smith on 2024-09-18T14:34:49

    · Imported

    mentioned in commit de7fdf6c

    By Oliver Smith on 2024-09-18T14:34:49

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment