SF.net SVN: gar:[23341] csw/mgar/gar/v2/lib/python/chkdbcat.py

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sun Apr 6 10:07:25 CEST 2014


Revision: 23341
          http://sourceforge.net/p/gar/code/23341
Author:   guengel
Date:     2014-04-06 08:07:24 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
Letting the mail have a subject is a nice idea.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/chkdbcat.py

Modified: csw/mgar/gar/v2/lib/python/chkdbcat.py
===================================================================
--- csw/mgar/gar/v2/lib/python/chkdbcat.py	2014-04-06 08:02:13 UTC (rev 23340)
+++ csw/mgar/gar/v2/lib/python/chkdbcat.py	2014-04-06 08:07:24 UTC (rev 23341)
@@ -492,6 +492,7 @@
             mail = MIMEText(msg  % (self._cat_tuple + (str(self._date),)))
             mail['From'] = from_address
             mail['To'] = self._addr
+            mail['Subject'] = "[chkdbcat] Database Catalog broken by recent upload"
 
             return mail
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list