forked from Mirror/pmbootstrap
pmb.build.other: Fix broken f-string (MR 2525)
I'm guessing this was meant to be an f-string given that it uses the formatting syntax for those.
This commit is contained in:
parent
3f9f1c96c1
commit
752c1df039
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def get_status(arch: Arch | None, apkbuild: Apkbuild) -> BuildStatus:
|
|||
if arch and not pmb.helpers.pmaports.check_arches(apkbuild["arch"], arch):
|
||||
logging.verbose(
|
||||
f"{package}: build is not necessary, because pmaport"
|
||||
" can't be built for {arch}. Using Alpine's binary"
|
||||
f" can't be built for {arch}. Using Alpine's binary"
|
||||
" package."
|
||||
)
|
||||
return BuildStatus.CANT_BUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue