Commit 795a6023 authored by Jim Fulton's avatar Jim Fulton

Added a missing close.

parent 58123017
......@@ -570,6 +570,7 @@ def pack_with_open_blob_files():
>>> db.pack()
>>> f.read()
'some data'
>>> f.close()
>>> tm1.commit()
>>> conn2.sync()
......
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