mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Update error logging as suggested
This commit is contained in:
parent
ec4b26f986
commit
1d63bf9871
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue