ajack 2004/03/03 12:32:14
Modified: python/gump/output nag.py
Log:
1) More formatting for 'results on other servers'.
2) Exclude gumpy.lock and gumpy.log
3) Tweaks to gumpy.py (i.e. add --check)
Revision Changes Path
1.22 +5 -5 gump/python/gump/output/nag.py
Index: nag.py
===================================================================
RCS file: /home/cvs/gump/python/gump/output/nag.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nag.py 3 Mar 2004 15:29:48 -0000 1.21
+++ nag.py 3 Mar 2004 20:32:14 -0000 1.22
@@ -195,7 +195,7 @@
self.unwanted += content
self.unwanted += '\n'
- self.unwantedSubjects += subject
+ self.unwantedSubjects += subject + '\n'
self.unwanteds += 1
def addUnsent(self,subject,content):
@@ -207,7 +207,7 @@
self.unsent += content
self.unsent += '\n'
- self.unsentSubjects += subject
+ self.unsentSubjects += subject + '\n'
self.unsents += 1
def getUnwantedContent(self):
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]