We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256be8e commit 00db960Copy full SHA for 00db960
1 file changed
pip/flatpak-pip-generator.py
@@ -252,8 +252,8 @@ def get_platform_tags_from_runtime(arch: str) -> set[Tag] | None:
252
253
if get_platform_tags_from_runtime(arch) is None:
254
print(
255
- f"Warning: Runtime for arch '{arch}' is not installed ",
256
- f"platform tags will be extrapolated from the '{runtime_arch}' runtime.",
+ f"\nWarning: Runtime for arch '{arch}' is not installed",
+ f"Platform tags will be extrapolated from the '{runtime_arch}' runtime.\n",
257
file=sys.stderr,
258
)
259
0 commit comments