mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: multi-config auto-run in deploy.yaml
This commit is contained in:
@@ -1201,7 +1201,9 @@ def app():
|
||||
if args.run:
|
||||
runs = args.run
|
||||
elif State.deploy_config.RUN:
|
||||
runs = [State.deploy_config.RUN]
|
||||
# TODO: refactor poor_yaml_read() to support list
|
||||
tmp = State.deploy_config.RUN.split(",")
|
||||
runs = [l.strip("['\"]") for l in tmp if len(l)]
|
||||
instances: List[str] = runs
|
||||
|
||||
logger.hr("Webui configs")
|
||||
|
||||
Reference in New Issue
Block a user