Skip to content

Commit 3750c63

Browse files
committed
Manually format messages
1 parent f0f77aa commit 3750c63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

beets/ui/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,10 +1860,12 @@ def main(args=None):
18601860
"""
18611861
if "AppData\\Local\\Microsoft\\WindowsApps" in sys.exec_prefix:
18621862
log.error(
1863-
"error: beets is unable to use the Microsoft Store version of Python. Please install Python from python.org."
1863+
"error: beets is unable to use the Microsoft Store version of Python. "
1864+
"Please install Python from python.org."
18641865
)
18651866
log.error(
1866-
"error: More details can be found here https://beets.readthedocs.io/en/stable/guides/main.html"
1867+
"error: More details can be found here "
1868+
"https://beets.readthedocs.io/en/stable/guides/main.html"
18671869
)
18681870
sys.exit(1)
18691871
try:

0 commit comments

Comments
 (0)