Closed omrisarig13 closed 3 years ago
Hi @omrisarig13
Thanks for bringing up this issue and suggesting the fix. I can confirm that the --whitespace=fix
option works on posix based systems ( linux and MACOS) as well. Please go ahead and raise a pull request to update the documentation to include the option for this.
I followed the download instructions but unfortunately, they did not work for me.
When I tried to apply the patch to change the LoRaMack-node repository, I receive errors. The errors I received were:
To fix this issue, I added the option of
--whitespace=fix
to the apply command, and then it worked as expected.Looking at the diff after applying this patch, there are a bit more differences, but they are only changes in whitespace in the system.
I am using Windows, and needed to do the same both when I worked with git for windows and when I worked in WSL.
I believe that adding the whitespace flag should fix the problem and shouldn't cause any other issues. If you agree with that, I can provide a relevant pull request.