mailr3587 - /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:07:
Author: bugman
Date: Sun Nov 18 22:07:40 2007
New Revision: 3587

URL: http://svn.gna.org/viewcvs/relax?rev=3587&view=rev
Log:
Fixed the printout of the spin.create() 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=3587&r1=3586&r2=3587&view=diff
==============================================================================
--- 1.3/prompt/spin.py (original)
+++ 1.3/prompt/spin.py Sun Nov 18 22:07:40 2007
@@ -148,7 +148,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "spin.create("
-            text = text + ", spin_num=" + `spin_num`
+            text = text + "spin_num=" + `spin_num`
             text = text + ", spin_name=" + `spin_name`
             text = text + ", res_id=" + `res_id` + ")"
             print text




Related Messages


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