mailr3790 - /1.3/prompt/sequence.py


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

Header


Content

Posted by edward on November 22, 2007 - 01:03:
Author: bugman
Date: Thu Nov 22 01:03:06 2007
New Revision: 3790

URL: http://svn.gna.org/viewcvs/relax?rev=3790&view=rev
Log:
Bug fix for the argument checking of the sequence.read() user function.


Modified:
    1.3/prompt/sequence.py

Modified: 1.3/prompt/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/sequence.py?rev=3790&r1=3789&r2=3790&view=diff
==============================================================================
--- 1.3/prompt/sequence.py (original)
+++ 1.3/prompt/sequence.py Thu Nov 22 01:03:06 2007
@@ -165,7 +165,7 @@
             raise RelaxNoneIntError, ('residue name column', res_name_col)
 
         # Spin number column.
-        if spin_name_col != None and type(spin_num_col) != int:
+        if spin_num_col != None and type(spin_num_col) != int:
             raise RelaxNoneIntError, ('spin number column', spin_num_col)
 
         # Spin name column.




Related Messages


Powered by MHonArc, Updated Thu Nov 22 01:20:19 2007