diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-08-20 09:11:14 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-08-20 09:11:14 -0400 |
commit | 5880ee9b58e0278f8122a06398da889ccf3afd31 (patch) | |
tree | a151dcff5120c04d49b8b87d4b37a485f5254f73 /test/suite/test_txn07.py | |
parent | b83b901de7d3340c571f396dcedc983d68d37d9a (diff) | |
download | mongo-5880ee9b58e0278f8122a06398da889ccf3afd31.tar.gz |
Python, whitespace cleanup.
Diffstat (limited to 'test/suite/test_txn07.py')
-rw-r--r-- | test/suite/test_txn07.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn07.py b/test/suite/test_txn07.py index 8e7119186f5..fa522582a8e 100644 --- a/test/suite/test_txn07.py +++ b/test/suite/test_txn07.py @@ -171,7 +171,7 @@ class test_txn07(wttest.WiredTigerTestCase, suite_subprocess): ok, txn = ot # print '%d: %s(%d)[%s]' % (i, ok[0], ok[1], txn) op, k = ok - + # print '%d: %s(%d)[%s]' % (i, ok[0], ok[1], txn) if op == 'stop': c.set_key(k) |