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

Handle None values on questionary #3

Open
thelicato opened this issue Apr 18, 2023 · 0 comments
Open

Handle None values on questionary #3

thelicato opened this issue Apr 18, 2023 · 0 comments
Assignees

Comments

@thelicato
Copy link
Collaborator

questionary captures keyboard interrupts and handles them by catching the interrupt and returning None for the asked question.
For this reason proper checks must be handled to avoid null values on questions.

Reference: https://questionary.readthedocs.io/en/stable/pages/advanced.html#keyboard-interrupts

@thelicato thelicato self-assigned this Apr 18, 2023
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