fake change to force push because github was broken
This commit is contained in:
parent
98a39cf4b5
commit
390bef7752
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ class Item(object):
|
|||
value = value.lstrip(":").rstrip(",")
|
||||
for k, v in expression_attribute_names.items():
|
||||
value = re.sub(r'{}\b'.format(k), v, value)
|
||||
|
||||
if action == "REMOVE":
|
||||
self.attrs.pop(value, None)
|
||||
elif action == 'SET':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue