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


_______________________________________________
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