https://bugs.gpodder.org/show_bug.cgi?id=1498
--- Comment #2 from Bernd Schlapsi <[email protected]> 2012-01-07 18:08:00 GMT --- Adding new values isn't possible at the moment. Here is the error-message: ----------------------------------------------------------------------------- self._config.bla.bla = 123 File "/media/data/Programming/gpodder/gpodder-dev/src/gpodder/config.py", line 207, in __setattr__ self._parent.__setattr__(self._attr(name), value) File "/media/data/Programming/gpodder/gpodder-dev/src/gpodder/config.py", line 262, in __setattr__ old_value = target_dict[attr] KeyError: 'bla' ----------------------------------------------------------------------------- >> it should be old_value = target_dict.get(attr, None) -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
