mailr7334 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on September 26, 2008 - 14:12:
Author: bugman
Date: Fri Sep 26 14:12:02 2008
New Revision: 7334

URL: http://svn.gna.org/viewcvs/relax?rev=7334&view=rev
Log:
Fixed the RelaxError printouts in duplicate_data().


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=7334&r1=7333&r2=7334&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Fri Sep 26 14:12:02 2008
@@ -1031,7 +1031,7 @@
 
                     # The data must match!
                     if data_from != data_to:
-                        raise RelaxError, "The object " + `data_name` + "." 
+ `data_name` + " is not consistent between the pipes " + `pipe_from` + " and 
" + `pipe_to` + "."
+                        raise RelaxError, "The object " + `data_name` + " is 
not consistent between the pipes " + `pipe_from` + " and " + `pipe_to` + "."
 
         # Structure comparison.
         if hasattr(ds[pipe_from], 'structure'):
@@ -1062,7 +1062,7 @@
 
                     # The data must match!
                     if data_from != data_to:
-                        raise RelaxError, "The object " + `data_name` + "." 
+ `data_name` + " is not consistent between the pipes " + `pipe_from` + " and 
" + `pipe_to` + "."
+                        raise RelaxError, "The object " + `data_name` + " is 
not consistent between the pipes " + `pipe_from` + " and " + `pipe_to` + "."
 
         # No sequence data, so skip the rest.
         if not exists_mol_res_spin_data():




Related Messages


Powered by MHonArc, Updated Fri Sep 26 14:20:05 2008