mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 22:22:27 +00:00
Merge pull request #1692 from ThomasWaldmann/placeholder-for-integrityerror
IntegrityError: add placeholder for message, fixes #1572
This commit is contained in:
commit
a69e346126
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ErrorWithTraceback(Error):
|
|||
|
||||
|
||||
class IntegrityError(ErrorWithTraceback):
|
||||
"""Data integrity error"""
|
||||
"""Data integrity error: {}"""
|
||||
|
||||
|
||||
class ExtensionModuleError(Error):
|
||||
|
|
Loading…
Reference in a new issue