Author: bugman
Date: Fri Sep 26 18:29:26 2014
New Revision: 26071

URL: http://svn.gna.org/viewcvs/relax?rev=26071&view=rev
Log:
Fix for the cdp.exp_info.software data structure setup.

This is a partial fix for bug #22704 (https://gna.org/bugs/?22704), the 
corrupted relax state files
after setting the relax references via the bmrb.software, bmrb.display, or 
bmrb.write user
functions.

The Element data container name was being replaced by the software name, making 
it impossible to
restore from the XML.


Modified:
    trunk/data_store/exp_info.py

Modified: trunk/data_store/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/data_store/exp_info.py?rev=26071&r1=26070&r2=26071&view=diff
==============================================================================
--- trunk/data_store/exp_info.py        (original)
+++ trunk/data_store/exp_info.py        Fri Sep 26 18:29:26 2014
@@ -258,7 +258,7 @@
         software.desc = "Software program used in the analysis"
 
         # Set the attributes.
-        software.name = name
+        software.software_name = name
         software.url = url
         software.version = version
         software.vendor_name = vendor_name


_______________________________________________
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