Skip to content

Commit 00db960

Browse files
committed
pip: Fix warning formatting
1 parent 256be8e commit 00db960

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pip/flatpak-pip-generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ def get_platform_tags_from_runtime(arch: str) -> set[Tag] | None:
252252

253253
if get_platform_tags_from_runtime(arch) is None:
254254
print(
255-
f"Warning: Runtime for arch '{arch}' is not installed ",
256-
f"platform tags will be extrapolated from the '{runtime_arch}' runtime.",
255+
f"\nWarning: Runtime for arch '{arch}' is not installed",
256+
f"Platform tags will be extrapolated from the '{runtime_arch}' runtime.\n",
257257
file=sys.stderr,
258258
)
259259

0 commit comments

Comments
 (0)