forked from platformio/platformio-core
Support packages with nested folders and with a custom "root"
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
from platformio.exception import PlatformioException
|
||||
|
||||
|
||||
class ManifestException(PlatformioException):
|
||||
class PackageException(PlatformioException):
|
||||
pass
|
||||
|
||||
|
||||
class ManifestException(PackageException):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user