Allow to install development platform from local directory // Issue #479

This commit is contained in:
Ivan Kravets
2016-05-26 22:33:17 +03:00
parent d68eb28629
commit 9a1f1ddb8b
5 changed files with 101 additions and 32 deletions

View File

@@ -70,6 +70,11 @@ class UnknownPackage(PlatformioException):
MESSAGE = "Detected unknown package '{0}'"
class InvalidLocalPackage(PlatformioException):
MESSAGE = "Invalid local package '{0}'. Can not find manifest '{1}'"
class UndefinedPackageVersion(PlatformioException):
MESSAGE = "Can not find package '{0}' with version requirements '{1}'"\