Changes between Initial Version and Version 1 of Ticket #10429
- Timestamp:
- Oct 4, 2012, 6:12:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10429 – Description
initial v1 1 1 This error raises with english language. 2 2 With german (tryed also with some other) the macro works well. 3 3 {{{ 4 4 Trac[formatter] ERROR: Macro UserProfilesList(public_active=Yes) failed: 5 5 Traceback (most recent call last): … … 15 15 cell = Chrome.format_author(req, cell) 16 16 TypeError: unbound method format_author() must be called with Chrome instance as first argument (got RequestWithSession instance instead) 17 }}}