Merge "Fix lint in unit test"

This commit is contained in:
Zuul 2018-12-11 14:14:46 +00:00 committed by Gerrit Code Review
commit 1837f70fe3
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']