summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-01-31 15:11:50 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-31 04:40:07 +0000
commit45d65c6733bdf9703ac818b7f0d8c4d4b6548372 (patch)
tree4b86117a9e4ab512c0bdf7ed7541e4e087e0d283 /src/third_party/wiredtiger/bench
parent1733e9fc7f2a2327522dfbd85a83777030b49b9b (diff)
downloadmongo-45d65c6733bdf9703ac818b7f0d8c4d4b6548372.tar.gz
Import wiredtiger: 5a05d846966df259cf48567f09b2b7632e394319 from branch mongodb-master
ref: a28f4bb045..5a05d84696 for: 5.3.0 WT-7195 Remove non-ASCII input and paired typos in any source file
Diffstat (limited to 'src/third_party/wiredtiger/bench')
-rw-r--r--src/third_party/wiredtiger/bench/workgen/workgen/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/bench/workgen/workgen/__init__.py b/src/third_party/wiredtiger/bench/workgen/workgen/__init__.py
index 4c7fa829ce9..8d397cc55a5 100644
--- a/src/third_party/wiredtiger/bench/workgen/workgen/__init__.py
+++ b/src/third_party/wiredtiger/bench/workgen/workgen/__init__.py
@@ -31,7 +31,7 @@
#
import os, sys
-# After importing the SWIG-generated file, copy all symbols from from it
+# After importing the SWIG-generated file, copy all symbols from it
# to this module so they will appear in the workgen namespace.
me = sys.modules[__name__]
sys.path.append(os.path.dirname(__file__)) # needed for Python3