genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

Fix/nested ziploop #164

Closed AlexanderFillbrunn closed 7 years ago

AlexanderFillbrunn commented 7 years ago

The ZipLoopEnd failed when the input was produced by the URI to Port node. The fix removes the cause for the NummPointerException: null was added to the list of file stores when the incoming port object was an URIPortObject as, for example, created by the URI to Port node.

jpfeuffer commented 7 years ago

Nice. I thought the FileStore was necessary.