Improve PlatformIO upgrading and detecting of new version // Resolve #63

This commit is contained in:
Ivan Kravets
2015-02-13 23:55:08 +02:00
parent f186488fc3
commit 2e90ab8092
3 changed files with 21 additions and 14 deletions

View File

@@ -110,7 +110,7 @@ class GetSerialPortsError(PlatformioException):
class GetLatestVersionError(PlatformioException):
MESSAGE = "Can't retrieve latest PlatformIO version"
MESSAGE = "Can't retrieve the latest PlatformIO version"
class APIRequestError(PlatformioException):