fix lint warning

This commit is contained in:
Felipe Reyes 2015-05-22 12:31:25 -03:00
parent e30b0405be
commit 96372e80e2

View File

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