chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge tag 'branchpoint-5.1' into release
[disorder]
/
python
/
disorder.py.in
diff --git
a/python/disorder.py.in
b/python/disorder.py.in
index 8584c8598327de17307e8a449853a9ea16283ce0..8a758c9bc11a586a631d6dc5f96722ba368cee51 100644
(file)
--- 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