forked from platformio/platformio-core
Fix broken syntax
This commit is contained in:
@ -226,7 +226,7 @@ class UpgradeError(PlatformioException):
|
|||||||
class HomeDirPermissionsError(PlatformioException):
|
class HomeDirPermissionsError(PlatformioException):
|
||||||
|
|
||||||
MESSAGE = "You do not have permissions to PlatformIO home directory.\n"\
|
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 ...`."
|
"`sudo pio ...`."
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user