Skip to content

Commit

Permalink
Apply patch from Gentoo - comment autocomplete
Browse files Browse the repository at this point in the history
I do not use autocompletion, add TODO
  • Loading branch information
vitaly-zdanevich committed Jun 15, 2024
1 parent 3b16442 commit 86e6d4f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ def copy_autocomplete(src, dst):
print(traceback.format_exc())

print("installing autocomplete")
copy_autocomplete(
"completion/bash_completion/_geeknote", self.bash_completion_dir
)
copy_autocomplete(
"completion/zsh_completion/_geeknote", self.zsh_completion_dir
)
# TODO fix autocomplete
# copy_autocomplete(
# "completion/bash_completion/_geeknote", self.bash_completion_dir
# )
# copy_autocomplete(
# "completion/zsh_completion/_geeknote", self.zsh_completion_dir
# )


with open("geeknote/__init__.py") as f:
Expand Down

0 comments on commit 86e6d4f

Please sign in to comment.