coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

Bears.py: ask_to_select_capabilities, should return the results from the recursive call #272

Open ishanSrt opened 6 years ago

ishanSrt commented 6 years ago

If an invalid number is entered in which case there is a recursive call, now again when a valid number is entered, the results are actually not returned inside the else or appended to selected_capabilities which results in the returning of an empty list.

difficult/newcomer