rendercv
rendercv copied to clipboard
Spelling mistake "type: with-parial-line"
Describe the bug The interpreter expects a misspelled option:
design:
section_titles:
type: with-parial-line # this value is expected, but it should be "with-partial-line"
To Reproduce rendercv==2.2
Screenshots
This issue is not resolved?
Like there is already a closed issue from the day before this one is posted: https://github.com/rendercv/rendercv/issues/349
This error still exists for me as well today, using rendercv==2.2.
I also have the same issue on 2.2 and notice there are still references to the mispelling:
❯ git grep parial
rendercv/__init__.py:_parial_install_error_message = (
rendercv/cli/__init__.py: from .. import _parial_install_error_message
rendercv/cli/__init__.py: print(_parial_install_error_message) # noqa: T201
rendercv/renderer/renderer.py: from .. import _parial_install_error_message
rendercv/renderer/renderer.py: raise ImportError(_parial_install_error_message) from e
rendercv/renderer/renderer.py: from .. import _parial_install_error_message
rendercv/renderer/renderer.py: raise ImportError(_parial_install_error_message) from e
(END)
Looks like this was resolved in v2.3