]> git.ipfire.org Git - thirdparty/starlette.git/commit
Warn instead of exception for missing env file (#2485)
authorMathias Hauser <mathause@users.noreply.github.com>
Tue, 6 Feb 2024 21:58:35 +0000 (22:58 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 21:58:35 +0000 (14:58 -0700)
commit7ec763c48be6a321dbd465777d5fac4f33f2ac42
tree63d0577caf72a26b05612c087e2ea810b32507b9
parent0e4da0aea238f4a75b189c0b7f8dd2f7d310db71
Warn instead of exception for missing env file (#2485)
starlette/config.py
tests/test_config.py