mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
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.