mirror of
https://github.com/esphome/esphome.git
synced 2025-09-16 10:12:21 +01:00
Allow multiple files in CLI syntax
This commit is contained in:
@@ -59,7 +59,7 @@ def read_config(args):
|
||||
CORE.ace = args.ace
|
||||
f = data['file']
|
||||
if CORE.ace:
|
||||
CORE.config_path = os.path.join(args.configuration, f)
|
||||
CORE.config_path = os.path.join(args.configuration[0], f)
|
||||
else:
|
||||
CORE.config_path = data['file']
|
||||
vs = VSCodeResult()
|
||||
|
Reference in New Issue
Block a user