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
py: Ensure DRIVER_PATH_ENV_KEY defaults to string (#14862)
[py] Avoid os.getenv error if driver_path_env_key is not set
Follow up to PR #14528, to avoid `os.getenv` raising `TypeError`
in `env_path` when `driver_path_env_key` is not passed to `Service`
constructor.
Co-authored-by: Diego Molina <[email protected]>
0 commit comments