Roundup Tracker - Issues

Message7373

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2021-11-29.10:33:46
Message-id <1638182026.73.0.488580295512.issue2551172@roundup.psfhosted.org>
In-reply-to
Turns out that post_init was never explicitly called in roundup/instance.py
I've added a call when the freshly-created db is used.
Note that there probably is another code path that calls db.post_init
but post_init is supposed to be idempotent.
History
Date User Action Args
2021-11-29 10:33:46schlatterbecksetmessageid: <1638182026.73.0.488580295512.issue2551172@roundup.psfhosted.org>
2021-11-29 10:33:46schlatterbecksetrecipients: + schlatterbeck, rouilj
2021-11-29 10:33:46schlatterbecklinkissue2551172 messages
2021-11-29 10:33:46schlatterbeckcreate