-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-line vars not parsed correctly in dotenv #2914
Comments
Thanks for the info, can you reference the bug here so we can track it? Edit just saw that you did already, thanks! |
Well, there are a couple of closed issues on the repo. It seems like a somewhat contentious topic, so I dunno how much traction my PR will get. Here's the most-recent issue: theskumar/python-dotenv#82 |
- Update gitignore entries for mypy config - Update release task to add version after bumping but before release - Fixes #3326 (going forward at least) - Split out patching from vendoring so it can be done as a separate step if needed - Update patches to account for updated packages - Fixes #3432 - Fixes #2757 - Fixes #3305 - Fixes #2914 - Fixes #3439 - Fixes #3422 - Fixes #3378 - Fixes #3376 - Fixes #3315 Signed-off-by: Dan Ryan <[email protected]>
🎉 |
Still experiencing this. I'm not sure if something else has changed in |
This is obviously a bug in
dotenv
and notpipenv
, but since this project vendors it I thought I'd post here.I've opened a PR to fix this in
dotenv
, but for reference, if your.env
file looks like this (not a real private key):The variables will be parsed as
The text was updated successfully, but these errors were encountered: