Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DirEntry subscriptable #350

Open
Midren opened this issue Aug 26, 2023 · 0 comments
Open

DirEntry subscriptable #350

Midren opened this issue Aug 26, 2023 · 0 comments

Comments

@Midren
Copy link

Midren commented Aug 26, 2023

Stopped working with the next error with Python 3.8.10:

Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/main.py", line 138, in
from .client import init
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/client.py", line 44, in
from ._registry import ____
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/_registry.py", line 1, in
from .transitions import (
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/transitions/autocmds.py", line 11, in
from ..state.next import forward
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/state/next.py", line 7, in
from ..fs.cartographer import update
File "/root/.dotfiles/vim/vim/plugged/chadtree/chadtree/fs/cartographer.py", line 69, in
dirent: Union[PurePath, DirEntry[str]]
TypeError: 'type' object is not subscriptable
Press ENTER or type command to continue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant