-
|
Why does adding a comma fix my configuration validation error? |
Beta Was this translation helpful? Give feedback.
Answered by
forsyth2
Aug 5, 2022
Replies: 1 comment 1 reply
-
|
Trailing commas are required for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forsyth2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trailing commas are required for
string_listparameters in https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini. Since you can specify multiple year sets withyears, that is astring_listparameter. Something like thewwworpartitionparameters only accept one string, so no trailing comma is required. This will hopefully be addressed in #281.