Roundup Tracker - Issues

Message7156

Author rouilj
Recipients rouilj
Date 2021-03-30.02:52:00
Message-id <1617072721.23.0.354529977056.issue2551123@roundup.psfhosted.org>
In-reply-to
Fixed in hg 6356:c26b9ce33ae3.

One glitch is that the error technically should throw an
OptionValueError. However there is no good way to get the
object required to use that exception because the test
has to occur outside of the Options application framework.

So I just throw a ValueError like the former implementation
in indexer_xapian.py.

This version does exit on startup rather than on first access so
a win nonetheless.
History
Date User Action Args
2021-03-30 02:52:01rouiljsetmessageid: <1617072721.23.0.354529977056.issue2551123@roundup.psfhosted.org>
2021-03-30 02:52:01rouiljsetrecipients: + rouilj
2021-03-30 02:52:01rouiljlinkissue2551123 messages
2021-03-30 02:52:00rouiljcreate