MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / NoCommitBackupError

Class NoCommitBackupError

commitizen/exceptions.py:160–164  ·  view source on GitHub ↗

Commit backup file is not found

Source from the content-addressed store, hash-verified

158
159
160class NoCommitBackupError(CommitizenException):
161 """Commit backup file is not found"""
162
163 exit_code = ExitCode.NO_COMMIT_BACKUP
164 message = "No commit backup found"
165
166
167class NothingToCommitError(CommitizenException):

Callers 1

_get_messageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…