Fixed add type
This commit is contained in:
@ -318,7 +318,7 @@ class Ziffers(Sequence):
|
||||
if self.current.item_type == "change":
|
||||
self.options[self.current.key] = self.current.value
|
||||
elif self.current.item_type == "add":
|
||||
self.options[self.current.key] = self.current.value
|
||||
self.options[self.current.key] += self.current.value
|
||||
self.current = next(self.it)
|
||||
|
||||
except StopIteration: # Start from the beginning
|
||||
|
||||
Reference in New Issue
Block a user