summaryrefslogtreecommitdiff
path: root/dist/db.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2010-01-25 04:56:24 +1100
committerKeith Bostic <keith@wiredtiger.com>2010-01-25 04:56:24 +1100
commit732d69a7c1d1d27e8fd21d023e28c13cace5ec3c (patch)
treeb7c0793794c6aa802e7166b78f47a7d16d35c203 /dist/db.py
parent1529b25ad1a948898b65f89f30b8b515af829159 (diff)
downloadmongo-732d69a7c1d1d27e8fd21d023e28c13cace5ec3c.tar.gz
whitespace
--HG-- branch : keith
Diffstat (limited to 'dist/db.py')
-rw-r--r--dist/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/db.py b/dist/db.py
index 02144b642de..a31443382b8 100644
--- a/dist/db.py
+++ b/dist/db.py
@@ -24,7 +24,7 @@ for o, a in opts:
pairs = int(a)
elif o == "-s":
seed = int(a)
-
+
random.seed(seed)
for i in range(pairs):
fmt = "%010d\ndata: %0" + str(random.randrange(dmin, dmax)) + "d"