mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
chore: fix uppercase
This commit is contained in:
@@ -1200,9 +1200,9 @@ def app():
|
||||
runs = None
|
||||
if args.run:
|
||||
runs = args.run
|
||||
elif State.deploy_config.RUN:
|
||||
elif State.deploy_config.Run:
|
||||
# TODO: refactor poor_yaml_read() to support list
|
||||
tmp = State.deploy_config.RUN.split(",")
|
||||
tmp = State.deploy_config.Run.split(",")
|
||||
runs = [l.strip("['\"]") for l in tmp if len(l)]
|
||||
instances: List[str] = runs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user