X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=e111afddb874c6a5a6cefcb01d0e950be6a7f027;hp=ef24fd753ef01bdcbc3e82bad63e2749e94e770d;hb=391f5ec09a119131dc846b796ca791f4cecc69e4;hpb=87bf163d12ec8328d87e1b2a2ca2239221a73bd6 diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py old mode 100755 new mode 100644 index ef24fd75..e111afdd --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -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):