Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv2012

Modified Files:
        Pending.py 
Log Message:
Honnors -q flag if terse summary is not specified.
Thanks Tim for the fix.


Index: Pending.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Pending.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Pending.py  18 Dec 2002 00:53:54 -0000      1.12
+++ Pending.py  29 Dec 2002 11:09:10 -0000      1.13
@@ -220,7 +220,7 @@
         """Display a message."""
         if self.terse:
             self.Print(M.terse(tsv=1))
-        else:
+        elif self.verbose:
             self.Print()
             self.Print(M.summary(self.count, self.total, self.summary))
 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to