Kaydet (Commit) b0aad6cd authored tarafından Tarek Ziadé's avatar Tarek Ziadé

removed debugging code

üst f28fd24c
...@@ -499,10 +499,7 @@ class install(Command): ...@@ -499,10 +499,7 @@ class install(Command):
if val is not None: if val is not None:
if os.name == 'posix' or os.name == 'nt': if os.name == 'posix' or os.name == 'nt':
val = os.path.expanduser(val) val = os.path.expanduser(val)
try: val = _subst_vars(val, self.config_vars)
val = _subst_vars(val, self.config_vars)
except:
import pdb; pdb.set_trace()
setattr(self, attr, val) setattr(self, attr, val)
def expand_basedirs(self): def expand_basedirs(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment