2
0
Эх сурвалжийг харах

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

IntegrityError: add placeholder for message, fixes #1572
enkore 8 жил өмнө
parent
commit
a69e346126
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      borg/helpers.py

+ 1 - 1
borg/helpers.py

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