Skip to content

When looking for a specific file, working recursively should be possible #96

@ribeaud

Description

@ribeaud

Up to the documentation, it is possible to read a specific file:

env = Env()
env.read_env(".env.test", recurse=False)

If I switch recursive to True, then it will look for .env file and NOT for the file specified as first argument (path), making recursion useless in such cases.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions