mailr16644 - /branches/uf_redesign/gui/pipe_editor.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 - 18:34:
Author: bugman
Date: Mon Jun  4 18:34:45 2012
New Revision: 16644

URL: http://svn.gna.org/viewcvs/relax?rev=16644&view=rev
Log:
Fix for the pipe editor window when associating pipes with new analyses.

The pipe bundle name is now passed into the auto-analysis code.


Modified:
    branches/uf_redesign/gui/pipe_editor.py

Modified: branches/uf_redesign/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/pipe_editor.py?rev=16644&r1=16643&r2=16644&view=diff
==============================================================================
--- branches/uf_redesign/gui/pipe_editor.py (original)
+++ branches/uf_redesign/gui/pipe_editor.py Mon Jun  4 18:34:45 2012
@@ -347,6 +347,7 @@
 
         # The type.
         type = get_type(self.selected_pipe)
+        bundle = get_bundle(self.selected_pipe)
 
         # The name.
         names = {
@@ -357,7 +358,7 @@
         }
 
         # Create a new analysis with the selected data pipe.
-        self.gui.analysis.new_analysis(analysis_type=type, 
analysis_name=names[type], pipe_name=self.selected_pipe)
+        self.gui.analysis.new_analysis(analysis_type=type, 
analysis_name=names[type], pipe_name=self.selected_pipe, pipe_bundle=bundle)
 
 
     def handler_close(self, event):




Related Messages


Powered by MHonArc, Updated Mon Jun 04 19:20:01 2012