X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=ccd63e5055e28df08af620008e08e1457acddf2d;hb=4bb2ccf4b89fa3310af4bdc68d8aac0e7147c42d;hp=33fa5ad3cacde8d62b3475914e03f4fa65ae9df4;hpb=08cfcad53467bcae8ad9b7fba2624efccae45044;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py index 33fa5ad3..ccd63e50 100755 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -58,6 +58,7 @@ dakerrors = { "NoFreeFilenameError": """Exception raised when no alternate filename was found.""", "TransitionsError": """Exception raised when transitions file can't be parsed.""", "NoSourceFieldError": """Exception raised - we cant find the source - wtf?""", + "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""" } #: All dak exceptions