mailr26071 - /trunk/data_store/exp_info.py


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

Header


Content

Posted by edward on September 26, 2014 - 18:29:
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




Related Messages


Powered by MHonArc, Updated Fri Sep 26 19:00:02 2014