forked from platformio/platformio-core
Show error when boards manifest doesn't contain required fields
This commit is contained in:
@@ -45,7 +45,7 @@ class UnknownPlatform(PlatformioException):
|
||||
class PlatformNotInstalledYet(PlatformioException):
|
||||
|
||||
MESSAGE = "The platform '{0}' has not been installed yet. "\
|
||||
"Use `platformio platforms install {0}` command"
|
||||
"Use `platformio platform install {0}` command"
|
||||
|
||||
|
||||
class BoardNotDefined(PlatformioException):
|
||||
|
Reference in New Issue
Block a user