Fix lint in unit test
Change-Id: I3559c09df996d606a028ebe9d01efdef19275404
This commit is contained in:
parent
08a1b0cfb8
commit
cbece04f0c
@ -38,7 +38,7 @@ def load_config():
|
||||
|
||||
if not config:
|
||||
logging.error('Could not find config.yaml in any parent directory '
|
||||
'of %s. ' % file)
|
||||
'of %s. ' % __file__)
|
||||
raise Exception
|
||||
|
||||
return yaml.safe_load(open(config).read())['options']
|
||||
|
Loading…
Reference in New Issue
Block a user