[med-svn] r1456 - trunk/community/infrastructure/scripts
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Feb 20 20:11:14 UTC 2008
Author: hanska-guest
Date: 2008-02-20 20:11:13 +0000 (Wed, 20 Feb 2008)
New Revision: 1456
Modified:
trunk/community/infrastructure/scripts/update-bugs
Log:
Fixing bug. Thanks Nelson!
Modified: trunk/community/infrastructure/scripts/update-bugs
===================================================================
--- trunk/community/infrastructure/scripts/update-bugs 2008-02-20 18:51:16 UTC (rev 1455)
+++ trunk/community/infrastructure/scripts/update-bugs 2008-02-20 20:11:13 UTC (rev 1456)
@@ -75,7 +75,7 @@
return getField(bug, "subject")
def getOriginator(bug):
- return getField(bug, "originator")
+ return getField(bug, "originator").replace("<", "<").replace(">", ">")
def getCloser(bug):
return getField(bug, "done")
More information about the debian-med-commit
mailing list