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
Apply os.path.expanduser() / Path.expanduser() to dotenv_path so that
~ is properly expanded to the user's home directory. The fix preserves
the original type (str stays str, Path stays Path) and is applied in
DotEnv.__init__, set_key, and unset_key.
0 commit comments