update secop_psi/sea.py
fixes after serveral changes in frappy
This commit is contained in:
@ -71,6 +71,9 @@ class GeneralConfig:
|
||||
if configfile is None:
|
||||
configfile = environ.get('FRAPPY_CONFIG_FILE',
|
||||
path.join(cfg['confdir'], 'generalConfig.cfg'))
|
||||
configfile = path.expanduser(configfile)
|
||||
if not path.exists(configfile):
|
||||
raise FileNotFoundError(configfile)
|
||||
if configfile and path.exists(configfile):
|
||||
parser = ConfigParser()
|
||||
parser.optionxform = str
|
||||
|
Reference in New Issue
Block a user