From 342dfc71e17848b29dfa5c83adff40be9cdc9f2b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:58:04 +1000 Subject: [PATCH] fix: wrong docstring --- src/caelestia/utils/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caelestia/utils/io.py b/src/caelestia/utils/io.py index 0a575d7..020ca45 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.