account for absense of config file

pull/25709/head
Brian Coca 8 years ago
parent dfcf43efa9
commit 6b99f0d65c

@ -89,6 +89,7 @@ class ConfigManager(object):
# TODO: take list of files with merge/nomerge # TODO: take list of files with merge/nomerge
parser = None parser = None
if cfile:
if ftype == 'ini': if ftype == 'ini':
parser = configparser.ConfigParser() parser = configparser.ConfigParser()
try: try:

Loading…
Cancel
Save