mirror of
https://github.com/esphome/esphome.git
synced 2025-09-16 10:12:21 +01:00
Support multiple configuration directories for update-all subcommand (#1925)
This commit is contained in:
@@ -67,7 +67,7 @@ def read_config(args):
|
||||
CORE.ace = args.ace
|
||||
f = data["file"]
|
||||
if CORE.ace:
|
||||
CORE.config_path = os.path.join(args.configuration[0], f)
|
||||
CORE.config_path = os.path.join(args.configuration, f)
|
||||
else:
|
||||
CORE.config_path = data["file"]
|
||||
vs = VSCodeResult()
|
||||
|
Reference in New Issue
Block a user