# HG changeset patch # User dwinter # Date 1386245501 -3600 # Node ID cb20308fe41237935967b908357c9b1f6689e47e # Parent efdbe9eb24034fc5e57ccd2a8fb2a34829b3899f closed: small bug in export (https://otrs.mpiwg-berlin.mpg.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=38) diff -r efdbe9eb2403 -r cb20308fe412 MPIWGThesaurus.py --- a/MPIWGThesaurus.py Mon Nov 25 08:12:11 2013 +0100 +++ b/MPIWGThesaurus.py Thu Dec 05 13:11:41 2013 +0100 @@ -286,7 +286,7 @@ logging.debug(tagsOfType) tagsOfType.add(subTag.decode('utf-8')) - logging.debug("Adding %s to %s"%(subTag,projectID)) + #logging.debug("Adding %s to %s"%(subTag,projectID)) project.tags[tag]=tagsOfType projectTags[projectID]=project @@ -857,7 +857,7 @@ for tagType in tagTypes: #retHash[tagType]=[] - tagCnt=0 + tags =self.getTagsFromDB(projectID, tagType) if len(tags) !=0: @@ -867,7 +867,7 @@ if tagCnt==0: return None - + return retHash