mailr16571 - /branches/uf_redesign/prompt/uf_objects.py


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

Header


Content

Posted by edward on May 31, 2012 - 17:52:
Author: bugman
Date: Thu May 31 17:52:22 2012
New Revision: 16571

URL: http://svn.gna.org/viewcvs/relax?rev=16571&view=rev
Log:
The user function default args prompt help string text is now wrapped.


Modified:
    branches/uf_redesign/prompt/uf_objects.py

Modified: branches/uf_redesign/prompt/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/uf_objects.py?rev=16571&r1=16570&r2=16571&view=diff
==============================================================================
--- branches/uf_redesign/prompt/uf_objects.py (original)
+++ branches/uf_redesign/prompt/uf_objects.py Thu May 31 17:52:22 2012
@@ -354,5 +354,8 @@
         # The end.
         text += ")"
 
+        # Wrap the text.
+        text = format_text(text)
+
         # Return the text.
         return text




Related Messages


Powered by MHonArc, Updated Fri Jun 01 00:00:02 2012