identify location to apply override in "main"

This commit is contained in:
sugas182 2021-01-19 21:08:04 -05:00
parent 110e2b9022
commit 744824ddee

View file

@ -49,6 +49,10 @@ def run(args):
args=args, config=config, original_config=original_config args=args, config=config, original_config=original_config
) )
# Apply config overrides
overrides = args.config_override
#TODO: substitute overriden KV pairs in config dict ONLY AFTER ADDING TESTS
# --- All the standalone commands are now done --- # # --- All the standalone commands are now done --- #
# Get the journal we're going to be working with # Get the journal we're going to be working with