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

ignore KeyboardInterrupt exception #47

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

rmekdma
Copy link
Contributor

@rmekdma rmekdma commented Feb 17, 2023

During completion, pressing Ctrl + C shows python error log.
I assume it is safe to ignore KeyboardInterrupt exception.

@esc
Copy link
Contributor

esc commented Feb 21, 2023

@rmekdma yes, probably safe to ignore the log. When trying to complete package names and versions, the completion widget will actually contact anaconda.org via HTTP. This is why it may take a while initially. Once the completion cache has been populated with names and version numbers it is much faster. I encounter this issue too sometimes, if I don't want to wait for the completion widget to complete it's HTTP calls, I think would be a nice feature so I am +1 on this!

@esc esc requested a review from jezdez February 21, 2023 13:35
@esc
Copy link
Contributor

esc commented Mar 5, 2024

@rmekdma thank you for the fix.

@esc esc merged commit e5d99a8 into conda-incubator:master Mar 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants