mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 09:37:14 +02:00
Fixed issue linked to package refactoring // Resolve #4189
This commit is contained in:
@ -189,7 +189,6 @@ class DebugConfigBase: # pylint: disable=too-many-instance-attributes
|
||||
self.platform.install_packages(
|
||||
with_packages=[server_package],
|
||||
skip_default_package=True,
|
||||
silent=True,
|
||||
)
|
||||
server_package_dir = self.platform.get_package_dir(server_package)
|
||||
result.update(
|
||||
|
Reference in New Issue
Block a user