Closed ismailsunni closed 1 year ago
Thanks @ismailsunni ! Any chance of some tests for this?
hi @nyalldawson I have added a minimal unit test for the function that I added. Let me know if it's enough or not.
Could you also approve the workflow to run, so that I can check if my test is fine in the CI?
Thanks!
This PR fixes the bug when the batch file to run the SAGA command has a special character (fix #26). The reference to the special character: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd#remarks
There are two situations that this can happen:
new(profile)
D:\\Users\Company\UserName\AppData(Roaming)\QGIS\QGIS3\profiles\default\processing
This PR fixes a real-world issue (situation 2 above). We can reproduce it by creating a profile with a special character (situation 1).