Comparing v0.21.0...v0.21.1 · theskumar/python-dotenv
Commits on Nov 11, 2022
Commits on Nov 12, 2022
Commits on Nov 25, 2022
-
Improve error message for
getandlistcommandsThe error message would previously be confusing. For example, `dotenv -f . list` would print: Error: Invalid value: Path "." does not exist. Instead, we now print: Error opening env file: [Errno 21] Is a directory: '.' I used this opportunity to slightly refactor the I/O code (e.g. fewer system calls and possible race conditions) for those two subcommands (`get` and `list`).bbc2 committed
Nov 25, 2022