aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2012-08-22 14:14:07 +0200
committerLennart Regebro <regebro@gmail.com>2012-08-22 14:14:07 +0200
commita3b6b2bba70b44b62865e6474e5a007400d62884 (patch)
tree4bd7addd0ba4aa798eae9202502ee601bb71f239 /setuptools/command/sdist.py
parent03ae7b2149f0eb85a27f893b98f6d35d535456ac (diff)
downloadexternal_python_setuptools-a3b6b2bba70b44b62865e6474e5a007400d62884.tar.gz
external_python_setuptools-a3b6b2bba70b44b62865e6474e5a007400d62884.tar.bz2
external_python_setuptools-a3b6b2bba70b44b62865e6474e5a007400d62884.zip
Issue #307: Prints the full path when .svn/entries is broken.
--HG-- branch : distribute extra : rebase_source : 1836125ab8204364c8fb197d7c20c296a25f89c0
Diffstat (limited to 'setuptools/command/sdist.py')
-rwxr-xr-xsetuptools/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index 1f88e93b..edb3b7f3 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -97,7 +97,7 @@ def entries_finder(dirname, filename):
for match in entries_pattern.finditer(data):
yield joinpath(dirname,unescape(match.group(1)))
else:
- log.warn("unrecognized .svn/entries format in %s", dirname)
+ log.warn("unrecognized .svn/entries format in %s", os.path.abspath(dirname))
finders = [