mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Fail on invalid ILIAS course ids
This commit is contained in:
parent
afa48c2d2d
commit
19c1e3ac6f
3 changed files with 20 additions and 2 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue