Merge pull request #506 from dod-ccpo/jrn_app.py_adjustment_162790042

Remove duplicate code from app.py
This commit is contained in:
Jay R. Newlin (PromptWorks) 2018-12-20 13:26:44 -05:00 committed by GitHub
commit 8357a97fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,10 +144,6 @@ def make_config():
config = ConfigParser()
config.optionxform = str
config_files = [BASE_CONFIG_FILENAME, ENV_CONFIG_FILENAME]
if OVERRIDE_CONFIG_FILENAME:
config_files.append(OVERRIDE_CONFIG_FILENAME)
config_files = [BASE_CONFIG_FILENAME, ENV_CONFIG_FILENAME]
if OVERRIDE_CONFIG_FILENAME:
config_files.append(OVERRIDE_CONFIG_FILENAME)