mailr16637 - /branches/uf_redesign/data/__init__.py


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

Header


Content

Posted by edward on June 04, 2012 - 16:39:
Author: bugman
Date: Mon Jun  4 16:39:30 2012
New Revision: 16637

URL: http://svn.gna.org/viewcvs/relax?rev=16637&view=rev
Log:
Fix for the resetting of the relax data store - the pipe bundle object is now 
being recreated.


Modified:
    branches/uf_redesign/data/__init__.py

Modified: branches/uf_redesign/data/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/data/__init__.py?rev=16637&r1=16636&r2=16637&view=diff
==============================================================================
--- branches/uf_redesign/data/__init__.py (original)
+++ branches/uf_redesign/data/__init__.py Mon Jun  4 16:39:30 2012
@@ -175,6 +175,9 @@
 
         # Reset the current data pipe.
         __builtin__.cdp = None
+
+        # Recreate the pipe bundle object.
+        self.instance.pipe_bundles = {}
 
         # Re-add the GUI object.
         self.instance.relax_gui = Gui()




Related Messages


Powered by MHonArc, Updated Mon Jun 04 18:00:01 2012