Modify ↓
Opened 12 years ago
Closed 8 years ago
#11033 closed defect (fixed)
[patch] AttributeError: 'int' object has no attribute 'rsplit'
Reported by: | Matt Hess | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | ValuePropagationPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Receiving error when tickets are created or updated.
Python Traceback Most recent call last: File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 214, in dispatch File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 180, in process_request File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 465, in _process_newticket_request File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/ticket/web_ui.py", line 1289, in _do_create File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/ticket/model.py", line 256, in insert File "/usr/lib/python2.6/site-packages/ValuePropagation-0.2-py2.6.egg/valuepropagation/valuepropagation.py", line 361, in ticket_created File "/usr/lib/python2.6/site-packages/ValuePropagation-0.2-py2.6.egg/valuepropagation/valuepropagation.py", line 373, in ticket_changed File "/usr/lib/python2.6/site-packages/ValuePropagation-0.2-py2.6.egg/valuepropagation/valuepropagation.py", line 262, in _handle_link File "/usr/lib/python2.6/site-packages/ValuePropagation-0.2-py2.6.egg/valuepropagation/valuepropagation.py", line 352, in _propagate File "/usr/lib/python2.6/site-packages/ValuePropagation-0.2-py2.6.egg/valuepropagation/valuepropagation.py", line 345, in _update_ticket File "/usr/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/ticket/model.py", line 366, in save_changes
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|---|
Summary: | AttributeError: 'int' object has no attribute 'rsplit' → [patch] AttributeError: 'int' object has no attribute 'rsplit' |
Thanks for the patch. I'll be sure to apply it next time I come back around to working on this plugin.
comment:3 Changed 8 years ago by
Owner: | changed from Chris Nelson to Ryan J Ollos |
---|---|
Status: | assigned → accepted |
Note: See
TracTickets for help on using
tickets.
# svn diff valuepropagation.py