Cleanup click-based source code

This commit is contained in:
Ivan Kravets
2014-12-03 20:16:50 +02:00
parent affb47b82e
commit 8596d271a2
13 changed files with 139 additions and 130 deletions

View File

@@ -150,7 +150,7 @@ class UpgraderFailed(PlatformioException):
class SConsNotInstalled(PlatformioException):
MESSAGE = (
"The `scons` tool isn't installed properly. "
"Please use official installation procedure: "
"The PlatformIO and `scons` aren't installed properly. "
"Please use official installation manual: "
"http://docs.platformio.ikravets.com/en/latest/installation.html"
)