Commit 3c25384f authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Use proper reference.

parent 7e549f6e
......@@ -262,7 +262,7 @@ class ConfigHandler(object):
spec = value[len(include_directive):]
filepaths = (os.path.abspath(path.strip()) for path in spec.split(','))
return '\n'.join(
self._read_local_file(path)
cls._read_local_file(path)
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