Fix lint in unit test
Change-Id: I57d620efef53e7a2cea9c731cfb90baa77ff6157
This commit is contained in:
parent
d58ec757d5
commit
9ad177ac31
@ -42,7 +42,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…
x
Reference in New Issue
Block a user