Closed GeigerJ2 closed 7 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:
aiida-project init
bash
KeyError
which is very strange, as env_file is definitely present when printing dir() of Config.config before...
env_file
dir()
Config.config
OK, another one of my weird shell-related issues 😄
When trying to run
aiida-project init
in abash
subshell, I'm getting the followingKeyError
:which is very strange, as
env_file
is definitely present when printingdir()
ofConfig.config
before...