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
The tools have so far only been tested on linux family OS - i.e. MacOS and ubuntu (ubuntu is via github action). It is currently unknown whether it will work on Windows OS - particularly with file paths containing slashes. Should make sure we use path.join rather than hardcoding directory delimiters to /.
The text was updated successfully, but these errors were encountered:
The tools have so far only been tested on linux family OS - i.e. MacOS and ubuntu (ubuntu is via github action). It is currently unknown whether it will work on Windows OS - particularly with file paths containing slashes. Should make sure we use
path.join
rather than hardcoding directory delimiters to/
.The text was updated successfully, but these errors were encountered: