Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colon-separated lists in mpeu can't start with an empty string #33

Open
quantheory opened this issue Jul 29, 2015 · 0 comments
Open

Colon-separated lists in mpeu can't start with an empty string #33

quantheory opened this issue Jul 29, 2015 · 0 comments

Comments

@quantheory
Copy link
Contributor

I found an old CESM Bugzilla bug noting that if you call get_indices_ from m_List, and the Values string starts with :foo, you get a weird error about how item oo was not found. This seems to be due to some oddity in the init_ method of that module.

Presumably, either starting with an empty string (i.e. the first character is a colon) should work, or there should be a somewhat better error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant