mailr6744 - /1.3/prompt/pipe.py


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

Header


Content

Posted by edward on July 05, 2008 - 15:29:
Author: bugman
Date: Sat Jul  5 14:48:27 2008
New Revision: 6744

URL: http://svn.gna.org/viewcvs/relax?rev=6744&view=rev
Log:
Fix for the pipe.copy() user function print out.


Modified:
    1.3/prompt/pipe.py

Modified: 1.3/prompt/pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/pipe.py?rev=6744&r1=6743&r2=6744&view=diff
==============================================================================
--- 1.3/prompt/pipe.py (original)
+++ 1.3/prompt/pipe.py Sat Jul  5 14:48:27 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2007 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -78,7 +78,7 @@
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "pipe.copy("
             text = text + "pipe_from=" + `pipe_from`
-            text = text + "pipe_to=" + `pipe_to` + ")"
+            text = text + ", pipe_to=" + `pipe_to` + ")"
             print text
 
         # The source data pipe argument.




Related Messages


Powered by MHonArc, Updated Sat Jul 05 15:40:20 2008