diff --git a/features/steps/core.py b/features/steps/core.py index 73ed75a3..af0a657e 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -61,9 +61,8 @@ def open_journal(journal_name="default"): config = util.load_config(install.CONFIG_FILE_PATH) journal_conf = config["journals"][journal_name] - if type(journal_conf) is dict: - # We can override the default config on a by-journal basis + # We can override the default config on a by-journal basis config.update(journal_conf) else: # But also just give them a string to point to the journal file