mailr3585 - /1.3/prompt/spin.py


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

Header


Content

Posted by edward on November 18, 2007 - 22:06:
Author: bugman
Date: Sun Nov 18 22:06:42 2007
New Revision: 3585

URL: http://svn.gna.org/viewcvs/relax?rev=3585&view=rev
Log:
Fixed the printout of the spin.rename() user function.


Modified:
    1.3/prompt/spin.py

Modified: 1.3/prompt/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/spin.py?rev=3585&r1=3584&r2=3585&view=diff
==============================================================================
--- 1.3/prompt/spin.py (original)
+++ 1.3/prompt/spin.py Sun Nov 18 22:06:42 2007
@@ -253,7 +253,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "spin.rename("
-            text = text + ", spin_id=" + `spin_id`
+            text = text + "spin_id=" + `spin_id`
             text = text + ", new_name=" + `new_name` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Sun Nov 18 22:20:11 2007