mailr21300 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on October 29, 2013 - 12:03:
Author: bugman
Date: Tue Oct 29 12:03:39 2013
New Revision: 21300

URL: http://svn.gna.org/viewcvs/relax?rev=21300&view=rev
Log:
Small fix for the printout from 
specific_analyses.relax_disp.disp_data.set_exp_type().


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=21300&r1=21299&r2=21300&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Tue Oct 29 
12:03:39 2013
@@ -1633,7 +1633,7 @@
         cdp.exp_type_list.append(cdp.exp_type[spectrum_id])
 
     # Printout.
-    text = "Setting the '%s' spectrum to" % spectrum_id
+    text = "Setting the '%s' spectrum to " % spectrum_id
     if exp_type == EXP_TYPE_CPMG:
         text += EXP_TYPE_DESC_CPMG + "."
     elif exp_type == EXP_TYPE_MQ_CPMG:




Related Messages


Powered by MHonArc, Updated Tue Oct 29 12:20:02 2013