mailr5425 - /1.3/prompt/structure.py


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

Header


Content

Posted by edward on April 08, 2008 - 14:28:
Author: bugman
Date: Tue Apr  8 14:28:23 2008
New Revision: 5425

URL: http://svn.gna.org/viewcvs/relax?rev=5425&view=rev
Log:
Bug fix for the structure.read_pdb() user function.

Bad set up of the intro string.


Modified:
    1.3/prompt/structure.py

Modified: 1.3/prompt/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/structure.py?rev=5425&r1=5424&r2=5425&view=diff
==============================================================================
--- 1.3/prompt/structure.py (original)
+++ 1.3/prompt/structure.py Tue Apr  8 14:28:23 2008
@@ -335,7 +335,7 @@
             text = text + "file=" + `file`
             text = text + ", dir=" + `dir`
             text = text + ", model=" + `model`
-            text = text + ", parser=" + `parser + ")"`
+            text = text + ", parser=" + `parser` + ")"
             print text
 
         # File name.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 14:40:08 2008