mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix wrong use of root logger in packaging (also a NameError)
This commit is contained in:
parent
2ef905d449
commit
29f6297605
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ def spawn(cmd, search_path=True, verbose=0, dry_run=False, env=None):
|
|||
"""
|
||||
logger.debug('spawn: running %r', cmd)
|
||||
if dry_run:
|
||||
logging.debug('dry run, no process actually spawned')
|
||||
logger.debug('dry run, no process actually spawned')
|
||||
return
|
||||
if sys.platform == 'darwin':
|
||||
global _cfg_target, _cfg_target_split
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue