mailr7599 - /1.3/prompt/dasha.py


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

Header


Content

Posted by edward on October 11, 2008 - 18:43:
Author: bugman
Date: Sat Oct 11 18:43:02 2008
New Revision: 7599

URL: http://svn.gna.org/viewcvs/relax?rev=7599&view=rev
Log:
Fixes for the Dasha user function print outs.


Modified:
    1.3/prompt/dasha.py

Modified: 1.3/prompt/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/dasha.py?rev=7599&r1=7598&r2=7599&view=diff
==============================================================================
--- 1.3/prompt/dasha.py (original)
+++ 1.3/prompt/dasha.py Sat Oct 11 18:43:02 2008
@@ -78,7 +78,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "dasha.create("
-            text = text + ", algor=" + `algor`
+            text = text + "algor=" + `algor`
             text = text + ", dir=" + `dir`
             text = text + ", force=" + `force` + ")"
             print text
@@ -130,7 +130,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "dasha.execute("
-            text = text + ", dir=" + `dir`
+            text = text + "dir=" + `dir`
             text = text + ", force=" + `force`
             text = text + ", binary=" + `binary` + ")"
             print text
@@ -164,7 +164,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "dasha.extract("
-            text = text + ", dir=" + `dir` + ")"
+            text = text + "dir=" + `dir` + ")"
             print text
 
         # Directory.




Related Messages


Powered by MHonArc, Updated Sat Oct 11 21:00:05 2008