mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-16 05:49:59 -05:00
fix: wrong docstring
This commit is contained in:
@@ -16,7 +16,7 @@ def disable_input() -> None:
|
|||||||
|
|
||||||
|
|
||||||
def log_exception(func):
|
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
|
Used by the `apply_()` functions so that an exception, when applying
|
||||||
a theme, does not prevent the other themes from being applied.
|
a theme, does not prevent the other themes from being applied.
|
||||||
|
|||||||
Reference in New Issue
Block a user