robodroid icon indicating copy to clipboard operation
robodroid copied to clipboard

Handle None values on questionary

Open thelicato opened this issue 1 year ago • 0 comments

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 avatar Apr 18 '23 10:04 thelicato