Fail on invalid ILIAS course ids

This commit is contained in:
I-Al-Istannen
2020-05-08 23:47:05 +02:00
parent afa48c2d2d
commit 19c1e3ac6f
3 changed files with 20 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ An error logging decorator.
import logging
from typing import Any, Callable
from rich.console import Console
from .logging import FatalException, PrettyLogger
LOGGER = logging.getLogger(__name__)