mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Use short version of a link for IOError exception
This commit is contained in:
@ -87,9 +87,7 @@ class FileDownloader(object):
|
|||||||
f.write(next(itercontent))
|
f.write(next(itercontent))
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
click.secho(
|
click.secho(
|
||||||
"IOError: Please read -> http://docs.platformio.org"
|
"Error: Please read http://bit.ly/package-manager-ioerror",
|
||||||
"/en/latest/ide/vscode.html"
|
|
||||||
"#packagemanager-is-unable-to-install-tool",
|
|
||||||
fg="red",
|
fg="red",
|
||||||
err=True)
|
err=True)
|
||||||
raise e
|
raise e
|
||||||
|
Reference in New Issue
Block a user