mailr5490 - /1.3/generic_fns/residue.py


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

Header


Content

Posted by edward on April 09, 2008 - 11:42:
Author: bugman
Date: Wed Apr  9 11:42:38 2008
New Revision: 5490

URL: http://svn.gna.org/viewcvs/relax?rev=5490&view=rev
Log:
Fix for a RelaxError message.


Modified:
    1.3/generic_fns/residue.py

Modified: 1.3/generic_fns/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/residue.py?rev=5490&r1=5489&r2=5490&view=diff
==============================================================================
--- 1.3/generic_fns/residue.py (original)
+++ 1.3/generic_fns/residue.py Wed Apr  9 11:42:38 2008
@@ -75,7 +75,7 @@
     # Test if the residue number already exists.
     res_to_cont = return_residue(res_to, pipe_to)
     if res_to_cont and exists_res_data(res_to_cont):
-        raise RelaxError, "The residue " + `res_to` + " already exists in 
the " + `pipe_from` + " data pipe."
+        raise RelaxError, "The residue " + `res_to` + " already exists in 
the " + `pipe_to` + " data pipe."
 
     # Get the single residue data container.
     res_from_cont = return_residue(res_from, pipe_from)




Related Messages


Powered by MHonArc, Updated Wed Apr 09 14:00:17 2008