diff --git a/src/caelestia/utils/io.py b/src/caelestia/utils/io.py index 0a575d74..020ca45d 100644 --- a/src/caelestia/utils/io.py +++ b/src/caelestia/utils/io.py @@ -16,7 +16,7 @@ def disable_input() -> None: def log_exception(func): - """Log exceptions to stdout instead of raising + """Log exceptions to stderr instead of raising. Used by the `apply_()` functions so that an exception, when applying a theme, does not prevent the other themes from being applied.