mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
removed debugging code
This commit is contained in:
parent
f28fd24c36
commit
b0aad6cd09
1 changed files with 1 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue