mailr26028 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on September 25, 2014 - 10:28:
Author: bugman
Date: Thu Sep 25 10:28:26 2014
New Revision: 26028

URL: http://svn.gna.org/viewcvs/relax?rev=26028&view=rev
Log:
Shifted the final state saving in the frame order auto-analysis to be within 
the safety of the try block.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=26028&r1=26027&r2=26028&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Thu Sep 25 
10:28:26 2014
@@ -354,13 +354,13 @@
             # Create a summary file.
             summarise(dir=self.results_dir, force=True)
 
+            # Save the final program state.
+            self.interpreter.state.save('final_state', dir=self.results_dir, 
force=True)
+
         # Clean up.
         finally:
             # Finish and unlock execution.
             status.exec_lock.release()
-
-        # Save the final program state.
-        self.interpreter.state.save('final_state', dir=self.results_dir, 
force=True)
 
 
     def axis_permutation_analysis(self, model=None):




Related Messages


Powered by MHonArc, Updated Thu Sep 25 10:40:06 2014