We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f10cfe commit b86cae7Copy full SHA for b86cae7
{{ cookiecutter.repo_name }}/src/data/make_dataset.py
@@ -17,7 +17,7 @@ def main(input_filepath, output_filepath):
17
log_fmt = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
18
logging.basicConfig(level=logging.INFO, format=log_fmt)
19
20
- project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
+ project_dir = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)
21
dotenv_path = os.path.join(project_dir, '.env')
22
dotenv.load_dotenv(dotenv_path)
23
0 commit comments