mailr2941 - /1.3/generic_fns/selection.py


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

Header


Content

Posted by edward on January 06, 2007 - 05:09:
Author: bugman
Date: Sat Jan  6 05:09:16 2007
New Revision: 2941

URL: http://svn.gna.org/viewcvs/relax?rev=2941&view=rev
Log:
Fix for bug #8183 (https://gna.org/bugs/?8183).

The issue was that the flag 'new_select' was misspelt as 'new_selection'.


Modified:
    1.3/generic_fns/selection.py

Modified: 1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/selection.py?rev=2941&r1=2940&r2=2941&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Sat Jan  6 05:09:16 2007
@@ -259,7 +259,7 @@
                     raise RelaxError, "Unknown boolean operator " + `boolean`
 
                 # Match flag.
-                if new_selection:
+                if new_select:
                     no_match = 0
 
         # No residue matched.




Related Messages


Powered by MHonArc, Updated Sat Jan 06 06:00:06 2007