X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fd56b399294969b8f6dd3975a4f0544efdb89bc6..2c6ee627861951ee978793cca4fd14638c34976f:/python/disorder.py.in 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