mailr25920 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.py


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

Header


Content

Posted by edward on September 19, 2014 - 12:06:
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):




Related Messages


Powered by MHonArc, Updated Fri Sep 19 12:20:03 2014