Fix lint in unit test

Change-Id: Ibf8f4a7f92a9cb95a09596860e2d0e1337c20c01
This commit is contained in:
Ryan Beisner 2018-11-01 14:58:19 -05:00
parent 4a43100db0
commit a1c8124d16
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 1 additions and 1 deletions

View File

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