diff --git a/mlpstorage_py/config.py b/mlpstorage_py/config.py index 2d985d78..f4fe4cd0 100755 --- a/mlpstorage_py/config.py +++ b/mlpstorage_py/config.py @@ -147,7 +147,7 @@ class EXIT_CODE(enum.IntEnum): CONFIGURATION_ERROR = 5 FAILURE = 6 TIMEOUT = 7 - # Add more as needed + INTERRUPTED = 8 def __str__(self): return f"{self.name} ({self.value})"