We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f77aa commit 3750c63Copy full SHA for 3750c63
beets/ui/__init__.py
@@ -1860,10 +1860,12 @@ def main(args=None):
1860
"""
1861
if "AppData\\Local\\Microsoft\\WindowsApps" in sys.exec_prefix:
1862
log.error(
1863
- "error: beets is unable to use the Microsoft Store version of Python. Please install Python from python.org."
+ "error: beets is unable to use the Microsoft Store version of Python. "
1864
+ "Please install Python from python.org."
1865
)
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"
1869
1870
sys.exit(1)
1871
try:
0 commit comments