Roundup Tracker - Issues

Message7477

Author schlatterbeck
Recipients marcus.priesch, rouilj, schlatterbeck
Date 2022-04-28.17:00:51
Message-id <20220428170048.gvoxqm3n7hfatglr@runtux.com>
In-reply-to <587982b8-baa8-f2ca-881f-86344f4f2109@priesch.co.at>
On Thu, Apr 28, 2022 at 03:34:50PM +0000, Marcus Priesch wrote:
> 
> Marcus Priesch added the comment:
> 
> here is the current patch.
> 
> i reverted some of the too optimistic deletions and fixed i18n issues in
> the error handling case.
> 
> it works under wsgi, cli and roundup-server

For the previous version of the patch I'm getting some errors during testing
of the anydbm backend:

>       self.translator = client.translator
E       AttributeError: Client instance has no attribute 'translator'

roundup/rest.py:442: AttributeError

In roundup/rest.py line 442 the code tries to access client.translator
which doesn't seem to exist.

You should try to run the tests:

python -m pytest test

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2022-04-28 17:00:51schlatterbecksetrecipients: + schlatterbeck, rouilj, marcus.priesch
2022-04-28 17:00:51schlatterbecklinkissue2551184 messages
2022-04-28 17:00:51schlatterbeckcreate