Fix lint in unit test

Change-Id: I061fe55661fc2fce664d82cef8862f68163b9676
This commit is contained in:
wanghui 2018-11-02 19:26:04 +08:00
parent e8d5424079
commit 77c395ef16
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def load_config():
if not config:
logging.error('Could not find config.yaml in any parent directory '
'of %s. ' % f)
'of %s. ' % __file__)
raise Exception
return yaml.safe_load(open(config).read())['options']