Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not double-print value when setting a repeated value
When clearning or appending to a repeated value, both the "Clearing..." / "Adding..." line and the "Set..." line were shown. However, this is misleading as the only performed operation is the clearing / appending. We fix this by directly returning from the function in case of clearing / appending.
- Loading branch information