trakBan / spongebob-cli

Watch classic spongebob from the terminal! 🎥🧽
GNU General Public License v3.0
570 stars 23 forks source link

Removing quit messages from SystemExit exceptions so exit status is 0 #32

Closed loudercake closed 2 years ago

loudercake commented 2 years ago

The lines of code that raise SystemExit for the program to leave have arguments, those being simple quit messages, which mean when the program leaves it will return 1. This has been fixed by using a print instead.

trakBan commented 2 years ago

Thanks for contributing to spongebob-cli