Add support for MacroList option

This commit is contained in:
Scott Kitterman
2018-03-09 21:53:58 -05:00
parent daaa6aada7
commit a9b8a44bfc
5 changed files with 42 additions and 19 deletions
+4 -2
View File
@@ -47,7 +47,8 @@ defaultConfigData = {
'Canonicalization' : 'relaxed/simple',
'InternalHosts' : '127.0.0.1',
'InternalHostsObj' : False,
'DiagnosticDirectory' : ''
'DiagnosticDirectory' : '',
'MacroList' : ''
}
@@ -335,7 +336,8 @@ def _readConfigFile(path, configData = None, configGlobal = {}):
'Canonicalization' : 'str',
'InternalHosts' : 'dataset',
'InternalHostsObj': 'bool',
'DiagnosticDirectory' : 'str'
'DiagnosticDirectory' : 'str',
'MacroList' : 'dataset'
}
# check to see if it's a file