Skip to content

Why does adding a comma fix my configuration validation error? #290

Answered by forsyth2
forsyth2 asked this question in Questions
Discussion options

You must be logged in to vote

Trailing commas are required for string_list parameters in https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini. Since you can specify multiple year sets with years, that is a string_list parameter. Something like the www or partition parameters only accept one string, so no trailing comma is required. This will hopefully be addressed in #281.

Replies: 1 comment 1 reply

Comment options

forsyth2
Aug 5, 2022
Maintainer Author

You must be logged in to vote
1 reply
@forsyth2
Comment options

forsyth2 Nov 1, 2022
Maintainer Author

Answer selected by forsyth2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant