Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error handling for badly formatted env vars
When no `=` is present in a line (including blank lines, which shouldn't cause issues), the parser fails to split on `=` and throws an error. This simply adds a try-catch around that to ignore values that would fail. This is a stopgap fix for #99.
- Loading branch information