Fix lint in unit test

Change-Id: I5b46b36cc2ae40f683543d80a57227072c98a8c1
This commit is contained in:
Ryan Beisner 2018-11-01 14:58:14 -05:00
parent 2206d4a275
commit 7ff9648c2c
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 1 additions and 1 deletions

View File

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