Author: bugman
Date: Fri Sep 26 10:05:42 2014
New Revision: 26048

URL: http://svn.gna.org/viewcvs/relax?rev=26048&view=rev
Log:
Fix for a broken elif block in the new 
pipe_control.spectrometer.check_spectrometer_setup() function.


Modified:
    trunk/pipe_control/spectrometer.py

Modified: trunk/pipe_control/spectrometer.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/spectrometer.py?rev=26048&r1=26047&r2=26048&view=diff
==============================================================================
--- trunk/pipe_control/spectrometer.py  (original)
+++ trunk/pipe_control/spectrometer.py  Fri Sep 26 10:05:42 2014
@@ -67,7 +67,7 @@
         check_ok = False
 
     # An empty list.
-    if not len(cdp.spectrometer_frq):
+    elif not len(cdp.spectrometer_frq):
         check_ok = False
 
     # Warnings and errors.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to