Fix lint in unit test
Change-Id: Ia7a49ecdec95cc64ac82d85ae530d6dbde63aa26
This commit is contained in:
parent
471e648830
commit
59359df933
@ -41,7 +41,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