Lock interprocess requests to PlatformIO Package Manager for install/uninstall operations // Resolve #1462

This commit is contained in:
Ivan Kravets
2018-07-14 22:10:56 +03:00
parent f2c4ba1895
commit e1578dabac
7 changed files with 192 additions and 77 deletions

View File

@ -28,6 +28,10 @@ class ReturnErrorCode(PlatformioException):
MESSAGE = "{0}"
class LockFileTimeoutError(PlatformioException):
pass
class MinitermException(PlatformioException):
pass