Browse Source

Merge pull request #1692 from ThomasWaldmann/placeholder-for-integrityerror

IntegrityError: add placeholder for message, fixes #1572
enkore 8 years ago
parent
commit
a69e346126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borg/helpers.py

+ 1 - 1
borg/helpers.py

@@ -64,7 +64,7 @@ class ErrorWithTraceback(Error):
 
 
 class IntegrityError(ErrorWithTraceback):
-    """Data integrity error"""
+    """Data integrity error: {}"""
 
 
 class ExtensionModuleError(Error):