You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileNotExist does not work as expected, due to misusing the fs package, which does not expect absolute paths. When you do, you get invalid argument error.
The text was updated successfully, but these errors were encountered:
@gulducat and I looked into this briefly - I suspect FileNotExists just needs to trim any leading /, similar to what FileExists is already doing. There might also be room to improve the test cases around this little family of functions to make sure something like this isn't missed again.
FileNotExist
does not work as expected, due to misusing thefs
package, which does not expect absolute paths. When you do, you get invalid argument error.The text was updated successfully, but these errors were encountered: