mailr14172 - /branches/gui_testing/auto_analyses/stereochem_analysis.py


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

Header


Content

Posted by edward on August 05, 2011 - 12:12:
Author: bugman
Date: Fri Aug  5 12:12:52 2011
New Revision: 14172

URL: http://svn.gna.org/viewcvs/relax?rev=14172&view=rev
Log:
Fix for the stereochemistry auto-analysis - the pipe_name arg does not exist 
in this auto-analysis.


Modified:
    branches/gui_testing/auto_analyses/stereochem_analysis.py

Modified: branches/gui_testing/auto_analyses/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/auto_analyses/stereochem_analysis.py?rev=14172&r1=14171&r2=14172&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/stereochem_analysis.py (original)
+++ branches/gui_testing/auto_analyses/stereochem_analysis.py Fri Aug  5 
12:12:52 2011
@@ -195,7 +195,7 @@
             mkdir_nofail(self.results_dir + sep + "logs")
 
         # Finish and unlock execution.
-        status.auto_analysis[self.pipe_name].fin = True
+        status.auto_analysis['stereochem'].fin = True
         status.current_analysis = None
         status.exec_lock.release()
 




Related Messages


Powered by MHonArc, Updated Fri Aug 05 12:40:01 2011