More explanations about NotPlatformProject

This commit is contained in:
Ivan Kravets
2015-10-01 17:04:26 +01:00
parent 43ca0e149f
commit 12b29a760a

View File

@ -87,7 +87,9 @@ class FDSHASumMismatch(PlatformioException):
class NotPlatformProject(PlatformioException):
MESSAGE = "Not a PlatformIO project (%s). Use `platformio init` command"
MESSAGE = "Not a PlatformIO project. `platformio.ini` file has not been "\
"found in current working directory (%s). To initialize new project "\
"please use `platformio init` command"
class UndefinedEnvPlatform(PlatformioException):