Skip to content

Commit

Permalink
Add some info about what's going on in Abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 29, 2015
1 parent 49d8995 commit d631f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vistrails/core/modules/sub_module.py
Expand Up @@ -330,12 +330,12 @@ def get_port_spec_info(pipeline, module):
###############################################################################

class Abstraction(Group):
_settings = ModuleSettings(name="SubWorkflow",
# We need Abstraction to be a subclass of Group so that the hierarchy of
# modules is right
# But the pipeline comes from somewhere else, so skip the transfer_attrs()
_settings = ModuleSettings(name="SubWorkflow",
hide_descriptor=True)

def __init__(self):
Group.__init__(self)

def transfer_attrs(self, module):
Module.transfer_attrs(self, module)

Expand Down

0 comments on commit d631f25

Please sign in to comment.