mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
delete unused error message
This commit is contained in:
parent
2d4ba1bf2f
commit
e063fa9715
1 changed files with 0 additions and 8 deletions
|
@ -37,14 +37,6 @@ class JrnlError(Exception):
|
||||||
to display the timestamps in the configured time format.
|
to display the timestamps in the configured time format.
|
||||||
"""
|
"""
|
||||||
),
|
),
|
||||||
"LineWrapTooSmallForFancy": textwrap.dedent(
|
|
||||||
"""
|
|
||||||
The provided linewrap value of {config_linewrap} is too small
|
|
||||||
to properly format journal contents in fancy/boxed format.
|
|
||||||
Either provide a larger value for the linewrap or display the
|
|
||||||
journal in another format.
|
|
||||||
"""
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return error_messages[self.error_type].format(**kwargs)
|
return error_messages[self.error_type].format(**kwargs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue