From 744824ddee6cbe452d80e10d2ae9f040b4f5a6d8 Mon Sep 17 00:00:00 2001 From: sugas182 Date: Tue, 19 Jan 2021 21:08:04 -0500 Subject: [PATCH] identify location to apply override in "main" --- jrnl/jrnl.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jrnl/jrnl.py b/jrnl/jrnl.py index 257358c4..c8e4ff0b 100644 --- a/jrnl/jrnl.py +++ b/jrnl/jrnl.py @@ -49,6 +49,10 @@ def run(args): 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 --- # # Get the journal we're going to be working with