Author: bugman
Date: Fri Sep 19 12:06:32 2014
New Revision: 25920

URL: http://svn.gna.org/viewcvs/relax?rev=25920&view=rev
Log:
Fix for the previous commit - a bracket was missing preventing relax from 
starting.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=25920&r1=25919&r2=25920&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Fri Sep 
19 12:06:32 2014
@@ -671,7 +671,7 @@
                 interatom.select = False
                 ids.append("%s - %s" % (interatom.spin_id1, 
interatom.spin_id2))
         if verbose and len(ids):
-            warn(RelaxWarning("No RDC data is present, deselecting the 
interatomic data containers between spin pairs %s." % ids)
+            warn(RelaxWarning("No RDC data is present, deselecting the 
interatomic data containers between spin pairs %s." % ids))
 
 
     def return_error(self, data_id):


_______________________________________________
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