* fluent, *.py: Data and plots returned from functions will now show up in

the navigator window.
This commit is contained in:
2006-04-20 14:29:13 +00:00
parent 78ecadb3ab
commit c09f2ceb92
6 changed files with 52 additions and 35 deletions

View File

@@ -92,7 +92,7 @@ class WorkflowView (gtk.VBox):
project = self.workflow.app.project
new_data = function.run(project.current_data)
if new_data != None:
project.current_data = new_data
project.add_data(None, new_data)
logger.log('debug', 'Function ended: %s' % function.name)
def button_click_handler(self, button):