mailr13898 - /branches/gui_testing/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on July 26, 2011 - 18:04:
Author: bugman
Date: Tue Jul 26 18:04:30 2011
New Revision: 13898

URL: http://svn.gna.org/viewcvs/relax?rev=13898&view=rev
Log:
Fix for the spin data check in the dauvergne_protocol auto-analysis - 
deselected spins are skipped.


Modified:
    branches/gui_testing/auto_analyses/dauvergne_protocol.py

Modified: branches/gui_testing/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/auto_analyses/dauvergne_protocol.py?rev=13898&r1=13897&r2=13898&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Tue Jul 26 
18:04:30 2011
@@ -238,6 +238,10 @@
 
         # Spin vars.
         for spin, spin_id in spin_loop(return_id=True):
+            # Skip deselected spins.
+            if not spin.select:
+                continue
+
             # Print.
             print("Checking spin '%s'." % spin_id)
 




Related Messages


Powered by MHonArc, Updated Tue Jul 26 18:20:02 2011