You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @sloria. Unfortunately, the fix I've provided does NOT work. I did NOT test enough resp. it is not so easy to test. I will open an new issue and relate it to that one.
Up to the documentation, it is possible to read a specific file:
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.The text was updated successfully, but these errors were encountered: