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