Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2535 closed defect (fixed)

global name 'instance' is not defined

Reported by: Markus Tacker <m@…> Owned by: Christopher Lenz
Priority: normal Milestone: 0.10
Component: roadmap Version: devel
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I just wanted to access my roadmap

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/ticket/roadmap.py", line 160, in process_request
    milestone_name = unescape(milestone['name']) # Kludge
  File "/usr/lib/python2.4/site-packages/trac/util.py", line 81, in unescape
    if not instance(text, Markup):
NameError: global name 'instance' is not defined

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

This has already been fixed this morning in r2693. Thanks for reporting, anyway!

comment:2 by Christopher Lenz, 18 years ago

Milestone: 1.0

comment:3 by Christopher Lenz, 18 years ago

Milestone: 1.00.10

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.