Skip to content

Commit

Permalink
debugged "argcomplete-command" of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Iam authored and henrykironde committed Jul 7, 2020
1 parent 356d24a commit f4ed32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def read(*names, **kwargs):
else:
bash_file = "/dev/null"

argcomplete_command = 'eval "$(register-python-argcomplete retriever)"'
argcomplete_command = 'eval $(register-python-argcomplete retriever)'
with open(os.path.expanduser(bash_file), "a+") as bashrc:
bashrc.seek(0)
# register retriever for arg-completion if not already registered
Expand Down

0 comments on commit f4ed32d

Please sign in to comment.