Skip to content

Fix _read_mom input err msg - #350

Open
alperaltuntas wants to merge 1 commit into
mainfrom
fix_read_MOM_input_err_msg
Open

alperaltuntas wants to merge 1 commit into
mainfrom
fix_read_MOM_input_err_msg

Conversation

@alperaltuntas

Copy link
Copy Markdown
Member

_read_MOM_input prints out an error message if a variable is specified more than once. The error message includes the input_path which was previously a string, but now is a Path object. So, we need to cast it string.

_read_MOM_input prints out an error message if a variable is specified more than once.
The error message includes the input_path which was previously a string, but now is a Path
object. So, we need to cast it.
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.

1 participant