From fa611b9670fd56d7a4720807d5404749873246f0 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 27 Jun 2024 07:58:45 +0100 Subject: [PATCH] docs --- spalloc_client/scripts/support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spalloc_client/scripts/support.py b/spalloc_client/scripts/support.py index b3f8367c9..ac7ca5a38 100644 --- a/spalloc_client/scripts/support.py +++ b/spalloc_client/scripts/support.py @@ -25,6 +25,7 @@ class Terminate(Exception): + """ Exception that can be used to exit the code """ def __init__(self, code: int, message: Optional[str] = None): super().__init__() self._code = code