mailr27399 - /trunk/data_store/__init__.py


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

Header


Content

Posted by edward on January 30, 2015 - 17:42:
Author: bugman
Date: Fri Jan 30 17:42:54 2015
New Revision: 27399

URL: http://svn.gna.org/viewcvs/relax?rev=27399&view=rev
Log:
Fix for a fatal bug introduced in the last commit (r27398).


Modified:
    trunk/data_store/__init__.py

Modified: trunk/data_store/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/data_store/__init__.py?rev=27399&r1=27398&r2=27399&view=diff
==============================================================================
--- trunk/data_store/__init__.py        (original)
+++ trunk/data_store/__init__.py        Fri Jan 30 17:42:54 2015
@@ -490,7 +490,7 @@
             self.sequence_alignment.from_xml(seq_align_nodes[0], 
file_version=file_version)
 
         # Recreate all the data store data structures.
-        xml_to_object(relax_node, self, file_version=file_version, 
blacklist=['pipe', 'relax_gui, sequence_alignment'])
+        xml_to_object(relax_node, self, file_version=file_version, 
blacklist=['pipe', 'relax_gui', 'sequence_alignment'])
 
         # Get the pipe nodes.
         pipe_nodes = relax_node.getElementsByTagName('pipe')




Related Messages


Powered by MHonArc, Updated Fri Jan 30 18:00:02 2015