Fix lint in unit test

Change-Id: I4f380039f31231f8d78acb83d65abb32ba80263c
This commit is contained in:
Ryan Beisner 2018-11-01 14:57:57 -05:00
parent 1ecb763f53
commit 5549903533
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,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']