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
```keymap(typed=True, flat=True) used with adir_archive` seems to always fail on Windows… or at least it should fail for the majority of keys. Likely due to certain "bad" characters in the directory name… which are allowable on non-windows platforms.
Should this be at least better documented? or otherwise throw a better error?
I expect this could also happen for certain choices of SENTINEL, and also for certain objects used as keys in the keymap. The easy fix is to use one of the other keymaps (like hashmap).
The text was updated successfully, but these errors were encountered:
```keymap(typed=True, flat=True)
used with a
dir_archive` seems to always fail on Windows… or at least it should fail for the majority of keys. Likely due to certain "bad" characters in the directory name… which are allowable on non-windows platforms.Should this be at least better documented? or otherwise throw a better error?
I expect this could also happen for certain choices of SENTINEL, and also for certain objects used as keys in the
keymap
. The easy fix is to use one of the other keymaps (like hashmap).The text was updated successfully, but these errors were encountered: