mailr3598 - /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 - 23:36:
Author: bugman
Date: Sun Nov 18 23:36:43 2007
New Revision: 3598

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


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=3598&r1=3597&r2=3598&view=diff
==============================================================================
--- 1.3/prompt/spin.py (original)
+++ 1.3/prompt/spin.py Sun Nov 18 23:36:43 2007
@@ -90,8 +90,8 @@
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "spin.copy("
             text = text + "pipe_from=" + `pipe_from`
-            text = text + "spin_from=" + `spin_from`
-            text = text + "pipe_to=" + `pipe_to`
+            text = text + ", spin_from=" + `spin_from`
+            text = text + ", pipe_to=" + `pipe_to`
             text = text + ", spin_to=" + `spin_to` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Mon Nov 19 00:00:16 2007