From 32e1cbe2a35d32d36ac21255337dbd21fa2005c3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 31 Mar 2021 18:28:06 +0300 Subject: [PATCH] Provide solution for issue #3417 --- platformio/builder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/builder/main.py b/platformio/builder/main.py index dcbd4800..cac5c8fe 100644 --- a/platformio/builder/main.py +++ b/platformio/builder/main.py @@ -135,7 +135,7 @@ if ( ): click.secho( "There is a known issue with Python 3.8+ and mapped network drives on " - "Windows.\nPlease downgrade Python to the latest 3.7. More details at:\n" + "Windows.\nSee a solution at:\n" "https://github.com/platformio/platformio-core/issues/3417", fg="yellow", )