mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix broken serial monitor called via run target while uploading // Resolve #3081
This commit is contained in:
@ -59,7 +59,7 @@ class EnvironmentProcessor(object):
|
|||||||
raise exception.UndefinedEnvPlatform(self.name)
|
raise exception.UndefinedEnvPlatform(self.name)
|
||||||
|
|
||||||
build_vars = self.get_build_variables()
|
build_vars = self.get_build_variables()
|
||||||
build_targets = self.get_build_targets()
|
build_targets = list(self.get_build_targets())
|
||||||
|
|
||||||
telemetry.on_run_environment(self.options, build_targets)
|
telemetry.on_run_environment(self.options, build_targets)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user