mailr3651 - /1.3/prompt/molecule.py


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

Header


Content

Posted by edward on November 20, 2007 - 11:49:
Author: bugman
Date: Tue Nov 20 11:49:25 2007
New Revision: 3651

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


Modified:
    1.3/prompt/molecule.py

Modified: 1.3/prompt/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/molecule.py?rev=3651&r1=3650&r2=3651&view=diff
==============================================================================
--- 1.3/prompt/molecule.py (original)
+++ 1.3/prompt/molecule.py Tue Nov 20 11:49:25 2007
@@ -234,7 +234,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "molecule.rename("
-            text = text + ", mol_id=" + `mol_id`
+            text = text + "mol_id=" + `mol_id`
             text = text + ", new_name=" + `new_name` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Tue Nov 20 12:20:14 2007