Function names are now folders in the navigator.
This commit is contained in:
@@ -120,7 +120,7 @@ class WorkflowView (gtk.VBox):
|
||||
|
||||
new_data = function.run(project.current_data)
|
||||
if new_data != None:
|
||||
project.add_data(parent_data, new_data)
|
||||
project.add_data(parent_data, new_data, function.name)
|
||||
|
||||
logger.log('debug', 'Function ended: %s' % function.name)
|
||||
|
||||
|
Reference in New Issue
Block a user