Skip to content

Make queue options a dict and write nicely#224

Merged
srmnitc merged 1 commit intoICAMS:mainfrom
pmrv:option
Mar 7, 2026
Merged

Make queue options a dict and write nicely#224
srmnitc merged 1 commit intoICAMS:mainfrom
pmrv:option

Conversation

@pmrv
Copy link
Contributor

@pmrv pmrv commented Mar 6, 2026

Previously the 'options' key in the 'queue' block was expected to be a plain list of strings, like so

options:
 - "--account=myname"

Now it accepts

options:
 acount: myname

Both are different from the previously documented style

options:
 - acount: myname

which yields lists of dicts and messed up the writing logic.

Previously the 'options' key in the 'queue' blcok was expected to be a
plain list of strings, like so

```
options:
 - "account=myname"
```

Now it accepts

```
options:
 acount: myname
```

Both are different from the previously documented style

```
options:
 - acount: myname
```

which yields lists of dicts, which messed up the writing logic.
@srmnitc srmnitc merged commit 3d97b51 into ICAMS:main Mar 7, 2026
4 checks passed
@pmrv pmrv deleted the option branch March 7, 2026 15:15
pmrv added a commit to pmrv/calphy that referenced this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants