mailr6569 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on June 29, 2008 - 11:21:
Author: bugman
Date: Sun Jun 29 11:21:50 2008
New Revision: 6569

URL: http://svn.gna.org/viewcvs/relax?rev=6569&view=rev
Log:
Bug fix for xml_create_str_element(), the pipe container 'self' was 
incorrectly referenced.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=6569&r1=6568&r2=6569&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Sun Jun 29 11:21:50 2008
@@ -241,4 +241,4 @@
 
         # Set the structural attributes.
         str_element.setAttribute('desc', 'Structural information')
-        str_element.setAttribute('id', ds[ds.current_pipe].structure.id)
+        str_element.setAttribute('id', self.structure.id)




Related Messages


Powered by MHonArc, Updated Sun Jun 29 11:40:18 2008