forked from platformio/platformio-core
Handle legacy $LOAD_CMD "init_cmds"
This commit is contained in:
@ -99,8 +99,8 @@ class DebugConfigBase: # pylint: disable=too-many-instance-attributes
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def init_cmds(self):
|
def init_cmds(self):
|
||||||
return self.env_options.get(
|
return self.cleanup_cmds(
|
||||||
"debug_init_cmds", self.tool_settings.get("init_cmds")
|
self.env_options.get("debug_init_cmds", self.tool_settings.get("init_cmds"))
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user