forked from platformio/platformio-core
Lock interprocess requests to PlatformIO Package Manager for install/uninstall operations // Resolve #1462
This commit is contained in:
@ -28,6 +28,10 @@ class ReturnErrorCode(PlatformioException):
|
||||
MESSAGE = "{0}"
|
||||
|
||||
|
||||
class LockFileTimeoutError(PlatformioException):
|
||||
pass
|
||||
|
||||
|
||||
class MinitermException(PlatformioException):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user