sirin05137 / CSE364_Project

2 stars 0 forks source link

Fix bug of genre input #19

Closed sirin05137 closed 3 years ago

sirin05137 commented 3 years ago

Fix bug of genre input. (eg. sci-fi, film-noir) And change the error output when incorrect genre input exist. Before I change it, it only print out the first incorrect genre input. Now, it print out all incorrect genre input like "INPUT_ERROR: Invalid genre input - animation" Also I check the cases that error can be occur. It is run well.