Skip to content
Snippets Groups Projects
Unverified Commit 292bd877 authored by Ryan Beisner's avatar Ryan Beisner
Browse files

Fix lint in unit test

Change-Id: I0921c5508a64e986fe9ad943700276e68fe7e4ba
parent 67b149f8
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment