From 8943dd0fe879512f88742a42893da24553cca38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 23 Feb 2010 05:03:26 +0000 Subject: Merged revisions 78354 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line removed debugging code ........ --- command/install.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'command/install.py') diff --git a/command/install.py b/command/install.py index cfebeeab..31d03871 100644 --- a/command/install.py +++ b/command/install.py @@ -499,10 +499,7 @@ class install(Command): if val is not None: if os.name == 'posix' or os.name == 'nt': val = os.path.expanduser(val) - try: - val = _subst_vars(val, self.config_vars) - except: - import pdb; pdb.set_trace() + val = _subst_vars(val, self.config_vars) setattr(self, attr, val) def expand_basedirs(self): -- cgit v1.2.1