mailr3688 - /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:52:
Author: bugman
Date: Tue Nov 20 16:52:51 2007
New Revision: 3688

URL: http://svn.gna.org/viewcvs/relax?rev=3688&view=rev
Log:
Fixed the print out of the residue.renumber() 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=3688&r1=3687&r2=3688&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Tue Nov 20 16:52:51 2007
@@ -310,7 +310,7 @@
         # Function intro text.
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "residue.renumber("
-            text = text + ", res_id=" + `res_id`
+            text = text + "res_id=" + `res_id`
             text = text + ", new_number=" + `new_number` + ")"
             print text
 




Related Messages


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