toonarmycaptain/dionysus

Inescapable loop choosing class when no classes exist.

Open

#292 opened on May 7, 2020

 (0 comments) (0 reactions) (0 assignees)Python (14 forks)auto 404
buggood first issue

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, one may try to create a new chart before creating any classes, and the menu prompts the user to select a class, and no input will escape the loop (since there are no classes). A guard should be here, prompting the user to create a new class, or/and a way to go back/cancel. O just print an error message, suggest first creating a class, and return user to main menu.

Contributor guide