mailr6115 - /1.3/prompt/relax_data.py


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

Header


Content

Posted by edward on May 07, 2008 - 14:58:
Author: bugman
Date: Wed May  7 14:58:45 2008
New Revision: 6115

URL: http://svn.gna.org/viewcvs/relax?rev=6115&view=rev
Log:
Another bug fix in the checking of the res_num_col arg, this time in the 
relax_data.read() user fn.


Modified:
    1.3/prompt/relax_data.py

Modified: 1.3/prompt/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/relax_data.py?rev=6115&r1=6114&r2=6115&view=diff
==============================================================================
--- 1.3/prompt/relax_data.py (original)
+++ 1.3/prompt/relax_data.py Wed May  7 14:58:45 2008
@@ -356,7 +356,7 @@
             raise RelaxNoneIntError, ('molecule name column', mol_name_col)
 
         # Residue number column.
-        if res_name_col != None and type(res_num_col) != int:
+        if res_num_col != None and type(res_num_col) != int:
             raise RelaxNoneIntError, ('residue number column', res_num_col)
 
         # Residue name column.




Related Messages


Powered by MHonArc, Updated Wed May 07 15:20:24 2008