aiidateam / aiida-project

AiiDA project manager
Other
3 stars 7 forks source link

🐛 `KeyError: 'env_file'` when running `aiida-project init` from `bash` #19

Closed GeigerJ2 closed 4 months ago

GeigerJ2 commented 6 months ago

OK, another one of my weird shell-related issues 😄

When trying to run aiida-project init in a bash subshell, I'm getting the following KeyError:

image

which is very strange, as env_file is definitely present when printing dir() of Config.config before...