Kaydet (Commit) f4070232 authored tarafından Eray Özkural's avatar Eray Özkural

* fix: missing dump line

üst d7f8abd4
......@@ -111,6 +111,7 @@ class DBShelf:
def __setitem__(self, key, value):
# hyperdandik transactions
def proc(txn):
data = cPickle.dumps(value, self.binary)
self.db.put(key,data,txn)
return self.txn_proc(proc, None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment