summaryrefslogtreecommitdiff
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
commit9ed622878d3e82c07f4385ff47be135090bd1418 (patch)
tree9dda8718dbb1674fb8d8df40a302d66470f80650 /setuptools/command/sdist.py
parent66880e129b8de1dcd8da689aac9288fd51f727bd (diff)
downloadpython-setuptools-bitbucket-9ed622878d3e82c07f4385ff47be135090bd1418.tar.gz
Issue #307: Prints the full path when .svn/entries is broken.
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 = [