X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=ef24fd753ef01bdcbc3e82bad63e2749e94e770d;hb=0d69fff35ef45fda573467873ae2f01ca1954650;hp=21fce9be57665a87d870b4ecacc433c4742daa89;hpb=1d800d8d6b8bcdd246ab9da3b33d9e13b38b13d7;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py old mode 100755 new mode 100644 index 21fce9be..ef24fd75 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -61,7 +61,8 @@ dakerrors = { "MissingContents": """Exception raised - we could not determine contents for this deb""", "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""" + "AlreadyLockedError": """Exception raised - package already locked by someone else""", + "CantGetLockError": """Exception raised - lockfile already in use""" } #: All dak exceptions def construct_dak_exception(name, description):