Merge "Fix developer config dir flask aftermath"

This commit is contained in:
Zuul 2018-11-05 16:41:57 +00:00 committed by Gerrit Code Review
commit e3c1633ea8
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ def initialize_application(name, post_log_configured_function=lambda: None,
os.path.abspath(__file__),
os.pardir,
os.pardir,
os.pardir,
os.pardir))
dev_conf = os.path.join(possible_topdir,