anki-code/xontrib-argcomplete

Importing 'pathlib' in a script disabled autocompletion

Open

#4 opened on Jun 21, 2021

 (2 comments) (0 reactions) (0 assignees)Python (5 forks)github user discovery
good first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

For some reason xontrib-argcomplete wasn't working for my script. I've finally been able to identify that importing pathlib in my script somehow prevents tab completion from working! I have not yet investigated what the root cause is for this, however.

Contributor guide