Formatting tweak so that before and after values are vertically aligned

This commit is contained in:
Nick Coghlan 2009-10-17 07:34:27 +00:00
parent 2ee358eed3
commit a3e97ad5ba
1 changed files with 2 additions and 2 deletions

View File

@ -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