mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Typo fix
This commit is contained in:
@ -185,7 +185,7 @@ class PlatformBase( # pylint: disable=too-many-instance-attributes,too-many-pub
|
|||||||
options["pioframework"] = options["framework"]
|
options["pioframework"] = options["framework"]
|
||||||
# override user custom packages
|
# override user custom packages
|
||||||
self._custom_packages = options.get("platform_packages")
|
self._custom_packages = options.get("platform_packages")
|
||||||
self.configure_default_packages(options, targets)
|
self.configure_default_packages(options, targets or [])
|
||||||
|
|
||||||
def configure_default_packages(self, options, targets):
|
def configure_default_packages(self, options, targets):
|
||||||
# enable used frameworks
|
# enable used frameworks
|
||||||
|
Reference in New Issue
Block a user