* fluent, *.py: Data and plots returned from functions will now show up in
the navigator window.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user