mirror of
https://github.com/esphome/esphome.git
synced 2025-09-22 05:02:23 +01:00
Fix esphome run (#10807)
This commit is contained in:
@@ -453,7 +453,7 @@ def upload_using_esptool(
|
||||
"detect",
|
||||
]
|
||||
for img in flash_images:
|
||||
cmd += [img.offset, img.path]
|
||||
cmd += [img.offset, str(img.path)]
|
||||
|
||||
if os.environ.get("ESPHOME_USE_SUBPROCESS") is None:
|
||||
import esptool
|
||||
|
Reference in New Issue
Block a user