mailr12132 - /1.3/test_suite/formatting.py


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

Header


Content

Posted by edward on January 04, 2011 - 12:35:
Author: bugman
Date: Tue Jan  4 12:35:14 2011
New Revision: 12132

URL: http://svn.gna.org/viewcvs/relax?rev=12132&view=rev
Log:
Fix for the subtitle() function, the width was too small.


Modified:
    1.3/test_suite/formatting.py

Modified: 1.3/test_suite/formatting.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/formatting.py?rev=12132&r1=12131&r2=12132&view=diff
==============================================================================
--- 1.3/test_suite/formatting.py (original)
+++ 1.3/test_suite/formatting.py Tue Jan  4 12:35:14 2011
@@ -58,7 +58,7 @@
     """
 
     # The width of the subtitle string.
-    width = len(text)
+    width = len(text) + 2
 
     # Top spacing.
     sys.stdout.write("\n\n")




Related Messages


Powered by MHonArc, Updated Tue Jan 04 12:40:02 2011