Commit dcb0e404 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop unneeded intermediate variable.

parent c96029cd
......@@ -63,8 +63,7 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
checksum, data, data_serial, unlock)
except ConflictError, err:
# resolvable or not
ttid_or_serial = err.getTID()
conn.answer(Packets.AnswerStoreObject(1, oid, ttid_or_serial))
conn.answer(Packets.AnswerStoreObject(1, oid, err.getTID()))
except DelayedError:
# locked by a previous transaction, retry later
# If we are unlocking, we want queueEvent to raise
......
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