forked from platformio/platformio-core
Include external configuration files with "extra_configs" option // Resolve #1590
This commit is contained in:
@ -207,7 +207,7 @@ class InvalidLibConfURL(PlatformioException):
|
||||
|
||||
class InvalidProjectConf(PlatformioException):
|
||||
|
||||
MESSAGE = "Invalid `platformio.ini`, project configuration file: '{0}'"
|
||||
MESSAGE = ("Invalid '{0}' (project configuration file): '{1}'")
|
||||
|
||||
|
||||
class BuildScriptNotFound(PlatformioException):
|
||||
|
Reference in New Issue
Block a user