summaryrefslogtreecommitdiff
path: root/setuptools/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/config.py')
-rw-r--r--setuptools/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/config.py b/setuptools/config.py
index 2b156269..7ba02184 100644
--- a/setuptools/config.py
+++ b/setuptools/config.py
@@ -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)
)