account for absense of config file

This commit is contained in:
Brian Coca 2017-06-14 11:38:35 -04:00
commit 6b99f0d65c

View file

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