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')


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to