summaryrefslogtreecommitdiff
path: root/command/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/install.py')
-rw-r--r--command/install.py5
1 files changed, 1 insertions, 4 deletions
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):