Skip to content
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

fix: ignore all errors when reading dotenv for experiments #1245

Merged
merged 1 commit into from Jun 30, 2023

Conversation

pd93
Copy link
Member

@pd93 pd93 commented Jun 30, 2023

Fixes #1244

Simply squashes all errors related to reading the dotenv. If its not there, we don't care. We just don't load anything from it.

@andreynering andreynering added the type: bug Something not working as intended. label Jun 30, 2023
@andreynering
Copy link
Member

Thanks! I'm going to release a patch version.

@andreynering andreynering merged commit 4e6ec14 into main Jun 30, 2023
12 checks passed
@andreynering andreynering deleted the fix-env-directory branch June 30, 2023 12:33
@pd93 pd93 mentioned this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something not working as intended.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

if .env is not a file, the program panics
2 participants