vsoch / qme

QueueMe is a job queue, manager, and dashboard
https://vsoch.github.io/qme/
Mozilla Public License 2.0
12 stars 4 forks source link

adding exceptions for QueueMe #36

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This will add an exceptions module to replace many of the sys.exits in the library. We maintain sys.exit when we are interacting with the client, however, as exit is the correct action to take.

Signed-off-by: vsoch vsochat@stanford.edu

vsoch commented 4 years ago

@yarikoptic I think I addressed all your concerns so I'm going to merge! Open an issue when you get some time to review again if there are remaining issues.