From 1d63bf987150f91ac83968dd442bdbc052b5427c Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Tue, 22 Oct 2024 18:58:30 +1000 Subject: [PATCH] Update error logging as suggested --- beets/ui/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index ae2e9e635..79fbcd4c0 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -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" )