Modify ↓
#13025 closed defect (fixed)
[patch] fix "TypeError: sequence item 0: expected string, Fragment found" for trac 1.2
| Reported by: | anonymous | Owned by: | komar |
|---|---|---|---|
| Priority: | normal | Component: | WorkflowActionButtonsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
after updating trac to 1.2 I have error
TypeError: sequence item 0: expected string, Fragment found
there is a patch
--- a/api.py 2017-01-04 15:41:21.524379147 +0100
+++ b/api.py 2017-01-04 15:41:27.000000000 +0100
@@ -33,7 +33,7 @@
if first_label is None:
first_label = label
widgets.append(widget)
- hints.append(hint)
+ hints.append(str(hint))
return first_label, tag(*widgets), (hints and '. '.join(hints) or '')
_default_icons = {
Attachments (0)
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
| Owner: | changed from ejucovy to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:4 Changed 9 years ago by
| Owner: | changed from Ryan J Ollos to komar |
|---|
Note: See
TracTickets for help on using
tickets.



forget to login :/ reply to me