apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
985 stars 354 forks source link

HOP-4510: Fix Move Files action error on Windows #4582

Closed wAVeckx closed 1 day ago

wAVeckx commented 3 days ago

This pull request is meant to fix the movefiles action


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

To make clear that you license your contribution under the Apache License Version 2.0, January 2004 you have to acknowledge this by using the following check-box.

hansva commented 3 days ago

I would have to dig in the code and check... But It seems that the "else" block should just be removed from that if/elseif block. Except for the Azure types all other files should just be handled like the used to be handled.

wAVeckx commented 3 days ago

I originally thought of doing that but assumed there was a reason for it being added in recently. Would you like me to adjust the code in the PR for this?

hansva commented 3 days ago

Yes please, feel free to do so. Thanks for the PR @wAVeckx !

wAVeckx commented 3 days ago

Let me know if you have any further adjustment you would like to see made with this PR.