diff options
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 905e2702ee..8b351d7c03 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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 |