Skip to content

Commit 22810b6

Browse files
committed
Windows & VSCode & Python
1 parent 3750c63 commit 22810b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beets/ui/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,8 +1860,8 @@ 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. "
1864-
"Please install Python from python.org."
1863+
"error: beets is unable to use the Microsoft Store version of "
1864+
"Python. Please install Python from python.org."
18651865
)
18661866
log.error(
18671867
"error: More details can be found here "

0 commit comments

Comments
 (0)