mailr2778 - /1.2/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward . dauvergne on November 09, 2006 - 04:16:
Author: bugman
Date: Thu Nov  9 04:15:53 2006
New Revision: 2778

URL: http://svn.gna.org/viewcvs/relax?rev=2778&view=rev
Log:
Fix for bug #7677 (https://gna.org/bugs/index.php?7677).

The fix was simply to add the dummy keyword argument "status=0" to the end of 
the argument list of
the 'print_stats()' statistics sorting and printing function.


Modified:
    1.2/relax

Modified: 1.2/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.2/relax?rev=2778&r1=2777&r2=2778&view=diff
==============================================================================
--- 1.2/relax (original)
+++ 1.2/relax Thu Nov  9 04:15:53 2006
@@ -453,7 +453,7 @@
     if not profile_flag:
         Relax()
     else:
-        def print_stats(stats):
+        def print_stats(stats, status=0):
             pstats.Stats(stats).sort_stats('time', 'name').print_stats()
 
         profile.Profile.print_stats = print_stats




Related Messages


Powered by MHonArc, Updated Thu Nov 09 04:40:06 2006