Closed loudercake closed 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.
Thanks for contributing to spongebob-cli
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.