Closed cpennington closed 2 years ago
Calling sys.exit inside library code (like this client library) is unexpected behavior in python development. It's better to raise an exception with the relevant error message.
sys.exit
Closing this as this concern has been addressed through a separate commit.
Calling
sys.exit
inside library code (like this client library) is unexpected behavior in python development. It's better to raise an exception with the relevant error message.