X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/19001ab9ad948f85227dfde2eabe2a9f31b66e3a..b7705fd6c7efcba639acddfbe7979829cc6a8eb2:/python/disorder.py.in?ds=inline diff --git a/python/disorder.py.in b/python/disorder.py.in index 8584c85..8a758c9 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -87,6 +87,7 @@ class Error(Exception): """Base class for DisOrder exceptions.""" class _splitError(Error): + """Error parsing a quoted string list""" # _split failed def __init__(self, value): self.value = value