X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;fp=daklib%2Fdak_exceptions.py;h=33fa5ad3cacde8d62b3475914e03f4fa65ae9df4;hb=b481cd8cf9d18912aeb6c0af1e7ab883e347381e;hp=d18bee1e6f1691c6940268175fddcd9fa18b1e17;hpb=0576da99da4133a5cc9725fb1c07d69f669cb1e3;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py index d18bee1e..33fa5ad3 100755 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -58,7 +58,8 @@ 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?""", - "DBUpdateError": """Exception raised - could not update the database""" + "DBUpdateError": """Exception raised - could not update the database""", + "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""" } #: All dak exceptions def construct_dak_exception(name, description):