mailr3447 - /1.3/generic_fns/molecule.py


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

Header


Content

Posted by edward on November 04, 2007 - 19:57:
Author: bugman
Date: Sun Nov  4 19:57:43 2007
New Revision: 3447

URL: http://svn.gna.org/viewcvs/relax?rev=3447&view=rev
Log:
Fixed a bug in generic_fns.molecule.rename() found using the previously 
committed unit tests.


Modified:
    1.3/generic_fns/molecule.py

Modified: 1.3/generic_fns/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/molecule.py?rev=3447&r1=3446&r2=3447&view=diff
==============================================================================
--- 1.3/generic_fns/molecule.py (original)
+++ 1.3/generic_fns/molecule.py Sun Nov  4 19:57:43 2007
@@ -218,7 +218,7 @@
         raise RelaxSpinSelectDisallowError
 
     # Disallow residue selections.
-    if spin_token != None:
+    if res_token != None:
         raise RelaxResSelectDisallowError
 
     # Alias the current data pipe.




Related Messages


Powered by MHonArc, Updated Sun Nov 04 20:00:23 2007