jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.09k stars 179 forks source link

Fix ListDict.clear #115

Closed jaredks closed 5 years ago

jaredks commented 5 years ago

Changes

Less obvious error than it could have been since there was a AttributeError block that caught a different attribute error than what was intended.

Fixes https://github.com/jaredks/rumps/issues/107