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
We should unconditionally do path.replace("\\", "/") in RecordEntry.to_row, since we might read a path from a Windows-generated RECORD (or on Windows) and need to normalise it to use / unconditionally.