- Issue created by @mortim07
- Merge request !7Ensure the resolved local path is used when getting the file. → (Merged) created by mortim07
Automatically closed - issue fixed for 2 weeks with no activity.
When attempting to fetch a local file the path is resolved using the getLocalPath function. Unfortunately the return value from this function isn't being used to get the file. It was only being used to check whether it was readable.
Use return value from getLocalPath when actually getting the file.
Needs work
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.