Fix lint warning

This commit is contained in:
Felipe Reyes 2015-04-28 18:20:22 -03:00
parent f9700abe66
commit b7ec1012d7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def load_config():
if not config:
logging.error('Could not find config.yaml in any parent directory '
'of %s. ' % file)
'of %s. ' % f)
raise Exception
return yaml.safe_load(open(config).read())['options']