genericworkflownodes / GenericKnimeNodes

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

Added an option to create the selected folder in Output Folder node #235

Closed AlexanderFillbrunn closed 5 years ago

AlexanderFillbrunn commented 5 years ago

This is a PR for issue #155. It adds a checkbox to the dialog and creates the folder if it does not exist and the checkbox is checked. It also displays an error if the checkbox is not checked and the folder does not exist.

jpfeuffer commented 5 years ago

Seems like it supersedes your other PR #234 and includes it changes. Could that be?

jpfeuffer commented 5 years ago

Which is fine. I can merge just this one and close the other.

AlexanderFillbrunn commented 5 years ago

Oh, that was my mistake. Yes, it seems to contain the changes from PR #234. You could also cherry-pick the last commit only, so it does not get mixed up that much.