We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131512c commit 3ffa9bbCopy full SHA for 3ffa9bb
reflex/environment.py
@@ -204,7 +204,8 @@ def interpret_env_var_value(
204
The interpreted value.
205
206
Raises:
207
- ValueError: If the value is invalid.
+ ValueError: If the environment variable type is invalid.
208
+ EnvironmentVarValueError: If the environment variable value is invalid.
209
"""
210
field_type = value_inside_optional(field_type)
211
0 commit comments