pipe2py icon indicating copy to clipboard operation
pipe2py copied to clipboard

loops with no embedded module/pipe should still parse

Open ggaughan opened this issue 14 years ago • 1 comments
trafficstars

e.g. 7f08cdb62621f878c6eca74154e502ff currently fails to parse

The if module['type'] == 'loop' test in _parse_pipe should then check for module['conf']['embed'] == None, and then ensure the loop can emit/assign its input stream. Probably best to create a pipe_identity operator that simply returns whatever it is passed and embed that as a default module.

ggaughan avatar Aug 31 '11 21:08 ggaughan

I just made a bunch of updates, can you check and see if the issue is still there?

reubano avatar Nov 09 '14 11:11 reubano