From 57166a6e681068da036d723aadb7bfaad7d2db70 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 9 Dec 2014 20:16:04 -0500 Subject: The style scripts complain about trailing semi-colons in Python code, get rid of one in a comment. --- test/suite/test_txn02.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/suite/test_txn02.py b/test/suite/test_txn02.py index 79c854d2bf6..32165c380a9 100644 --- a/test/suite/test_txn02.py +++ b/test/suite/test_txn02.py @@ -253,10 +253,9 @@ class test_txn02(wttest.WiredTigerTestCase, suite_subprocess): # Check the state after each commit/rollback. self.check_all(current, committed) - # Check the log state after the entire op completes - # and run recovery. check_log() takes over a second - # to run, so we don't want to run it for all scenarios; - # rather, we run it about 100 times overall. + # Check the log state after the entire op completes and run recovery. + # check_log() takes over a second to run, so we don't want to run it + # for all scenarios, rather, we run it about 100 times overall. if self.scenario_number % (len(test_txn02.scenarios) / 100 + 1) == 0: self.check_log(committed) -- cgit v1.2.1