thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Make Option iterable so it can be passed to the join filter directly #9

Closed thasso closed 10 years ago

thasso commented 10 years ago

Right now you have to do:

${input.raw()|join(',')}

To join list input with a different string. The call to raw() can be avoided if Option would be iterable.