Class peagen.errors.GitCommitError
peagen.errors.GitCommitError
GitCommitError(paths, reason=None)
Bases: GitOperationError
Raised when committing changes to the repository fails.
Source code in peagen/errors.py
124 125 126 127 128 129 130 |
|
paths
instance-attribute
paths = list(paths)
reason
instance-attribute
reason = reason