Message7477
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 |
|
Date |
User |
Action |
Args |
2022-04-28 17:00:51 | schlatterbeck | set | recipients:
+ schlatterbeck, rouilj, marcus.priesch |
2022-04-28 17:00:51 | schlatterbeck | link | issue2551184 messages |
2022-04-28 17:00:51 | schlatterbeck | create | |
|