Fix broken syntax

This commit is contained in:
Ivan Kravets
2017-12-19 16:50:09 +02:00
parent d70a90f1d5
commit 1171cb204c

View File

@ -226,7 +226,7 @@ class UpgradeError(PlatformioException):
class HomeDirPermissionsError(PlatformioException):
MESSAGE = "You do not have permissions to PlatformIO home directory.\n"\
"Please remove `{0}` folder manually and avoid using "
"Please remove `{0}` folder manually and avoid using "\
"`sudo pio ...`."