Skip to content

Commit

Permalink
Loading env in curretn working directory...will it work ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Sep 6, 2021
1 parent 75e5d86 commit d16e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
try:
#
import os

print('CWD : ', os.getcwd())
if os.path.isfile("{}/.env".format(os.getcwd())):
from dotenv import load_dotenv

Expand Down

0 comments on commit d16e853

Please sign in to comment.