[Python-checkins] r60869 - tracker/instances/jobs/detectors/statusauditor.py

martin.v.loewis python-checkins at python.org
Sat Feb 16 20:20:14 CET 2008


Author: martin.v.loewis
Date: Sat Feb 16 20:20:13 2008
New Revision: 60869

Modified:
   tracker/instances/jobs/detectors/statusauditor.py
Log:
Add URL to posted.txt.


Modified: tracker/instances/jobs/detectors/statusauditor.py
==============================================================================
--- tracker/instances/jobs/detectors/statusauditor.py	(original)
+++ tracker/instances/jobs/detectors/statusauditor.py	Sat Feb 16 20:20:13 2008
@@ -40,7 +40,7 @@
             head += "`"
         head += offer.organization
         if offer.organization_url:
-            head += "`__"
+            head += " <" + offer.organization_url + ">`__"
         if offer.agency:
             head += " [AGENCY]"
         head += " (%s)" % offer.location


More information about the Python-checkins mailing list