therealzoomgod

Results 2 comments of therealzoomgod

This project is a python package so to test while coding it I need it in the site-packages of the virtual environment. Using a filter means I would have to...

I'm just suggesting some custom exception classes as opposed to raising a generic RuntimeError. This is how I currently am parsing the errors def _parseError(e): if type(e.args) is type(()) and...