Skip to content
Snippets Groups Projects
Commit 9728ae5d authored by Iustin Pop's avatar Iustin Pop
Browse files

cleanup: exceptions should derive from Exception

Reviewed-by: amishchenko
parent 7bc9e58f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ from ganeti import rpc
JOBQUEUE_THREADS = 25
class CancelJob:
class CancelJob(Exception):
"""Special exception to cancel a job.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment