mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Formatting tweak so that before and after values are vertically aligned
This commit is contained in:
parent
2ee358eed3
commit
a3e97ad5ba
1 changed files with 2 additions and 2 deletions
|
@ -744,8 +744,8 @@ class saved_test_environment:
|
|||
name, self.testname))
|
||||
if self.verbose > 1:
|
||||
print >>sys.stderr, (
|
||||
" Before: {}\n After: {} ".format(
|
||||
original, current))
|
||||
" Before: {}\n After: {} ".format(
|
||||
original, current))
|
||||
# XXX (ncoghlan): for most resources (e.g. sys.path) identity
|
||||
# matters at least as much as value. For others (e.g. cwd),
|
||||
# identity is irrelevant. Should we add a mechanism to check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue