Skip to content

Commit

Permalink
More explanations about NotPlatformProject
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 1, 2015
1 parent 43ca0e1 commit 12b29a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 12b29a7

Please sign in to comment.