mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Merge 3.2
This commit is contained in:
commit
24d6cc6f4f
17 changed files with 79 additions and 70 deletions
|
@ -399,7 +399,7 @@ def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
|
|||
|
||||
if not os.path.exists(archive_dir):
|
||||
if logger is not None:
|
||||
logger.info("creating %s" % archive_dir)
|
||||
logger.info("creating %s", archive_dir)
|
||||
if not dry_run:
|
||||
os.makedirs(archive_dir)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue