MrYsLab / pymata-aio

This is the second generation PyMata client.
https://github.com/MrYsLab/pymata-aio/wiki
GNU Affero General Public License v3.0
155 stars 51 forks source link

Change exit(0) to sys.exit(0) for consistency (Not a bug, just code cleanup) #82

Closed MrYsLab closed 5 years ago

MrYsLab commented 5 years ago

There are incosistencies in how exit() is called. Check all files and fix inconsistencies so that sys.exit() is always called.

MrYsLab commented 5 years ago

Resolved with version 2.26