Commit 47b14fd4 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Preparation of erp5_base migration from FS: Fix pylint...

ZODB Components: Preparation of erp5_base migration from FS: Fix pylint unbalanced-tuple-unpacking warning.
parent e54124d4
......@@ -477,7 +477,7 @@ class BuilderMixin(XMLObject, Amount, Predicate):
not self._isUpdated(x, 'delivery')]
if merge_delivery:
# We must have only one delivery to update in the case of merge
delivery, = delivery_to_update_list
delivery = delivery_to_update_list[0]
property_dict = {}
else:
delivery, property_dict = self._findUpdatableObject(
......
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