Skip to content

Commit

Permalink
var name
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 23, 2019
1 parent bd67d3a commit a170214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buzzword/parts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def _configure_buzzword(name):
If not from main, use dotenv only.
"""
cmd_config = _from_cmdline()
if not os.path.isfile(config['env']) or config['no_env']:
return config
if not os.path.isfile(cmd_config["env"]) or cmd_config["no_env"]:
return cmd_config
env_conf = _from_env(env_path)
# todo: add in cmd line arguments that were explicit
return env_conf
Expand Down

0 comments on commit a170214

Please sign in to comment.