diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-12-06 10:52:07 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-12-06 10:52:07 +0000 |
commit | 9986a7dab69bef39726360322c9dbc915062ad47 (patch) | |
tree | 71c4cd8cd71fd2672419252f04bdf83d5bcbaaa3 /test/suite/test_stat01.py | |
parent | f0ea2fa9392cbeeb70e8cbfc2a64f479f3e186c4 (diff) | |
download | mongo-9986a7dab69bef39726360322c9dbc915062ad47.tar.gz |
whitespace.
Diffstat (limited to 'test/suite/test_stat01.py')
-rw-r--r-- | test/suite/test_stat01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_stat01.py b/test/suite/test_stat01.py index 480f5ded245..86587d14620 100644 --- a/test/suite/test_stat01.py +++ b/test/suite/test_stat01.py @@ -100,7 +100,7 @@ class test_stat01(wttest.WiredTigerTestCase): self.printVerbose(2, 'data source specific stats:') cursor = self.session.open_cursor( - 'statistics:' + self.uri, None, None) + 'statistics:' + self.uri, None, None) self.check_stats(cursor, 10, 'overflow pages') # See that we can get a specific stat value by its key, |