remove extra space

This commit is contained in:
Ber Zoidberg 2019-06-11 22:44:56 -07:00
parent 26ae13b715
commit fee3800c41

View File

@ -149,7 +149,7 @@ class Item(BaseModel):
value = re.sub(r'{0}\b'.format(k), v, value)
if action == "REMOVE":
key = value
key = value
if '.' not in key:
self.attrs.pop(value, None)
else: