Commit 7e549f6e authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Correct typo

parent 3af152a2
......@@ -263,7 +263,7 @@ class ConfigHandler(object):
filepaths = (os.path.abspath(path.strip()) for path in spec.split(','))
return '\n'.join(
self._read_local_file(path)
for path in filepath
for path in filepaths
if os.path.isfile(path)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment