You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a bit counterintuitive, and it works contrary to other parsers like env.dict, which will accept a dict as a default, rather than requiring the string representation of a dict. Happy to try my hand at a preprocess function if it'd be acceptable.
The text was updated successfully, but these errors were encountered:
When using env.path to parse a variable, you cannot set the default to a Path variable:
Instead you must first cast it back to str:
I think this is a bit counterintuitive, and it works contrary to other parsers like env.dict, which will accept a dict as a default, rather than requiring the string representation of a dict. Happy to try my hand at a preprocess function if it'd be acceptable.
The text was updated successfully, but these errors were encountered: