]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Add by-hash support
[dak.git] / daklib / dak_exceptions.py
index ef24fd753ef01bdcbc3e82bad63e2749e94e770d..e111afddb874c6a5a6cefcb01d0e950be6a7f027 100644 (file)
@@ -62,7 +62,7 @@ dakerrors = {
     "DBUpdateError":       """Exception raised - could not update the database""",
     "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""",
     "AlreadyLockedError":  """Exception raised - package already locked by someone else""",
-    "CantGetLockError":    """Exception raised - lockfile already in use"""
+    "CantGetLockError":    """Exception raised - lockfile already in use""",
 } #: All dak exceptions
 
 def construct_dak_exception(name, description):