This commit is contained in:
Qubasa
2023-10-18 18:29:51 +02:00
parent 9f464dd14e
commit d02acbe04b
16 changed files with 53 additions and 60 deletions

View File

@@ -12,7 +12,7 @@ from pathlib import Path
from typing import Any, Iterator, Optional, Type, TypeVar
from uuid import UUID, uuid4
from .custom_logger import get_caller, ThreadFormatter, CustomFormatter
from .custom_logger import ThreadFormatter, get_caller
from .errors import ClanError
@@ -83,8 +83,6 @@ class Command:
raise ClanError(f"Failed to run command: {shlex.join(cmd)}")
class TaskStatus(str, Enum):
NOTSTARTED = "NOTSTARTED"
RUNNING = "RUNNING"