Angelo Delicato

Results 13 issues of Angelo Delicato

Currently, even if there is an ``id`` field in every config file, everything is managed through filenames. This behavior should change in future versions even if it's not a priority.

``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...

Currently the error management is too verbose. Proper exceptions should be raised and managed gracefully. Only if the user runs ``robodroid`` in ``debug mode`` all those messages should be shown....