aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 01:32:37 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 10:35:05 -0300
commitfe94ea82051aef0808797ab832485670eb769903 (patch)
treed2eb3cdd419b9a64fff122367141828ce8c50ded /gbp/config.py
parent3c47611c44cb8645f03c29eca1d26b8b11d0b6e1 (diff)
Python3: Fix doctest exception names
Python3 prefixes the module names
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 07b882ca..1df19aec 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -458,7 +458,7 @@ class GbpOptionParser(OptionParser):
>>> GbpOptionParser._listify('[')
Traceback (most recent call last):
...
- Error: [ is not a proper list
+ configparser.Error: [ is not a proper list
"""
# filter can be either a list or a string, always build a list:
if value: