Fix lint warning
This commit is contained in:
parent
03f0526cfb
commit
f69ef407ba
@ -25,7 +25,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