More clarifications about NotPlatformProject

This commit is contained in:
Ivan Kravets
2014-12-03 12:45:23 +02:00
parent 32d422bd97
commit d1513169fc
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class FDSHASumMismatch(PlatformioException):
class NotPlatformProject(PlatformioException):
MESSAGE = "Not a PlatformIO project. Use `platformio init` command"
MESSAGE = "Not a PlatformIO project (%s). Use `platformio init` command"
class UndefinedEnvPlatform(PlatformioException):