From b0aad6cd0921ad2426cf54d30d497044ce7800ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Tue, 23 Feb 2010 04:57:05 +0000 Subject: removed debugging code --- Lib/distutils/command/install.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 60e4df0..fb17b4f 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/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 v0.12