]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Add by-hash support
[dak.git] / daklib / dak_exceptions.py
old mode 100755 (executable)
new mode 100644 (file)
index ef24fd7..e111afd
@@ -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):