Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6235 new defect
TypeError: int argument required
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Component: | GrowlPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When modifying tickets with GridModifyPlugin or the TicketImportPlugin, Trac dies when notifying the Growl plugin of the ticket change.
The error is:
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/gridmod/web_ui.py", line 100, in process_request File "/usr/local/lib64/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/ticket/model.py", line 296, in save_changes listener.ticket_changed(self, comment, author, old_values) File "build/bdist.linux-x86_64/egg/growl/notifier.py", line 132, in ticket_changed TypeError: int argument required
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | casting.diff added |
---|
comment:1 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
The attached diff suppressed the error for me.