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
Fix bug in FileHandler: it always failed on MacOS (#16771)
The `alternatives` list is immutable, so trying to add `"mac/" + name` to it always failed.
P.S. I suspect this class is not used anymore, and should be removed.
0 commit comments