diff options
| -rw-r--r-- | pkg_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index 4975680d..70a32710 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -2262,7 +2262,7 @@ class Distribution(object): if '0.7' in version: raise ValueError( "A 0.7-series setuptools cannot be installed " - "with distribute") + "with distribute. Found one at %s" % str(self.location)) if not loc: return |
