Commit c602dd7b authored by Jim Fulton's avatar Jim Fulton

Added missing tpc_vote call.

parent 24e057f1
......@@ -215,6 +215,7 @@ class ExportImport:
storage.tpc_abort(t)
raise
else:
storage.tpc_vote(t)
storage.tpc_finish(t)
if return_oid is not None: return self[return_oid]
......
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