id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 8632,tiny error in 0.11/tracdiscussion/tags.py,a.kean@…,Radek Bartoň,"{{{ Source: discussionplugin-r9972.zip, 0.11 Running on 2.6.31-23-server #74-Ubuntu SMP Mon Feb 28 22:32:34 UTC 2011 x86_64 GNU/Linux Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) trac Version: 0.11.5-2ubuntu1 }}} there's a tiny error in `0.11/tracdiscussion/tags.py` - line 121: method `_delete_tags` of `DiscussionTags` class: variable new_tags is not defined, python complains about undefined global variable new_tags {{{ 120 def _delete_tags(self, req, resource): 121 self.log.debug(""deleting tags: %s"" % (new_tags,)) <-- 122 123 # Delete tags of the resource. 124 tag_system = TagSystem(self.env) 125 tag_system.delete_tags(req, resource) }}} Yes, commenting out the log bypasses this, but just so that you know. Thanks for a great plugin. ",defect,closed,normal,DiscussionPlugin,normal,fixed,,,0.11