Signed-off-by: Chris Lamb <lamby@debian.org>
"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):