Added support for MacroListVerify option

This commit is contained in:
Scott Kitterman
2018-03-09 22:39:55 -05:00
parent a9b8a44bfc
commit efeabd19d3
4 changed files with 27 additions and 4 deletions
+4 -2
View File
@@ -48,7 +48,8 @@ defaultConfigData = {
'InternalHosts' : '127.0.0.1',
'InternalHostsObj' : False,
'DiagnosticDirectory' : '',
'MacroList' : ''
'MacroList' : '',
'MacroListVerify' : ''
}
@@ -337,7 +338,8 @@ def _readConfigFile(path, configData = None, configGlobal = {}):
'InternalHosts' : 'dataset',
'InternalHostsObj': 'bool',
'DiagnosticDirectory' : 'str',
'MacroList' : 'dataset'
'MacroList' : 'dataset',
'MacroListVerify' : 'dataset'
}
# check to see if it's a file