mailr3690 - /1.3/prompt/residue.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 - 16:53:
Author: bugman
Date: Tue Nov 20 16:53:58 2007
New Revision: 3690

URL: http://svn.gna.org/viewcvs/relax?rev=3690&view=rev
Log:
Fixed the print out of the residue.create() user function.


Modified:
    1.3/prompt/residue.py

Modified: 1.3/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/residue.py?rev=3690&r1=3689&r2=3690&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Tue Nov 20 16:53:58 2007
@@ -152,7 +152,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "residue.create("
-            text = text + ", res_num=" + `res_num`
+            text = text + "res_num=" + `res_num`
             text = text + ", res_name=" + `res_name`
             text = text + ", mol_id=" + `mol_id` + ")"
             print text




Related Messages


Powered by MHonArc, Updated Tue Nov 20 17:00:30 2007