Commit 3776723f authored by Jim Fulton's avatar Jim Fulton

Added a missing close.

parent 6dd9b0f3
......@@ -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