Skip to content

Commit

Permalink
#71 Allow Environment vars to substitute/override config vars - fix t…
Browse files Browse the repository at this point in the history
…ests for Docker build
  • Loading branch information
justb4 committed Apr 3, 2018
1 parent 1076388 commit c328f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stetl/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def env_expand_args_dict(self, args_dict):

# Set: optionally override any existing value
args_dict[args_key] = args_value
log.info("Set/override from env var: %s" % name)

return args_dict

Expand Down

0 comments on commit c328f52

Please sign in to comment.