fix lint warning
This commit is contained in:
parent
e30b0405be
commit
96372e80e2
@ -23,7 +23,7 @@ def load_config():
|
||||
|
||||
if not config:
|
||||
logging.error('Could not find config.yaml in any parent directory '
|
||||
'of %s. ' % file)
|
||||
'of %s. ' % f)
|
||||
raise Exception
|
||||
|
||||
return yaml.safe_load(open(config).read())['options']
|
||||
|
Loading…
Reference in New Issue
Block a user