Skip to content

Commit

Permalink
Use source spec in interpreter's make_connection
Browse files Browse the repository at this point in the history
Required for new list handling?
  • Loading branch information
dakoop committed Aug 5, 2014
1 parent 3052d96 commit fd41f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vistrails/core/interpreter/cached.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def make_connection(self, conn, src, dst):
else:
typecheck = src.get_type_checks(conn.source.spec)
dst.set_input_port(iport,
ModuleConnector(src, oport, conn.destination.spec,
ModuleConnector(src, oport, conn.source.spec,
typecheck))

def setup_pipeline(self, pipeline, **kwargs):
Expand Down

0 comments on commit fd41f16

Please sign in to comment.