https://bugs.gpodder.org/show_bug.cgi?id=1554
--- Comment #5 from Markus Golser <[email protected]> 2012-02-28 15:14:36 GMT --- /usr/lib/python2.7/site-packages/gpodder/model.py:1236: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if self.title == new_title: /usr/lib/python2.7/site-packages/gpodder/model.py:1240: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if new_folder_name and new_folder_name != self.download_folder: /usr/lib/python2.7/site-packages/gpodder/model.py:135: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if old_value is not None and value != old_value: Traceback (most recent call last): File "/usr/bin/gpo", line 752, in <module> cli._parse_single(args) File "/usr/bin/gpo", line 711, in _parse_single result = self._parse(command_line) File "/usr/bin/gpo", line 730, in _parse return self._checkargs(func, command_line) File "/usr/bin/gpo", line 672, in _checkargs return func(*command_line) File "/usr/bin/gpo", line 322, in rename 'new_title': util.sanitize_encoding(new_title), NameError: global name 'new_title' is not defined -- 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
