forked from platformio/platformio-core
Refactor dev/platforms and frameworks docs
This commit is contained in:
@ -98,8 +98,8 @@ class UndefinedPackageVersion(PlatformioException):
|
||||
class PackageInstallError(PlatformioException):
|
||||
|
||||
MESSAGE = ("Could not install '{0}' with version requirements '{1}' "
|
||||
"for your system '{2}'.\n"
|
||||
"More details: http://bit.ly/faq-package-manager")
|
||||
"for your system '{2}'.\n\n"
|
||||
"Please try this solution -> http://bit.ly/faq-package-manager")
|
||||
|
||||
|
||||
class FDUnrecognizedStatusCode(PlatformioException):
|
||||
|
Reference in New Issue
Block a user