Update error logging as suggested

This commit is contained in:
Andrew Rogl 2024-10-22 18:58:30 +10:00
parent ec4b26f986
commit 1d63bf9871

View file

@ -1861,9 +1861,7 @@ def main(args=None):
if "AppData\\Local\\Microsoft\\WindowsApps" in sys.exec_prefix:
log.error(
"error: beets is unable to use the Microsoft Store version of "
"Python. Please install Python from python.org."
)
log.error(
"Python. Please install Python from https://python.org.\n"
"error: More details can be found here "
"https://beets.readthedocs.io/en/stable/guides/main.html"
)