Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4682 closed defect (fixed)

Error: Macro RecentChanges(None) failed

Reported by: anonymous Owned by: Christian Boos
Priority: normal Milestone: 0.11
Component: wiki system Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Error: Macro RecentChanges(None) failed local variable 'href' referenced before assignment

[C:\DE\Projects\trac : formatter] ERROR: Macro RecentChanges(None) failed
Traceback (most recent call last):
  File "C:\DE\Projects\trac\svn\trac\wiki\formatter.py", line 454, in _macro_formatter
    return macro.process(args, in_paragraph=True)
  File "C:\DE\Projects\trac\svn\trac\wiki\formatter.py", line 128, in process
    text = self.processor(text)
  File "C:\DE\Projects\trac\svn\trac\wiki\formatter.py", line 115, in _macro_processor
    text)
  File "C:\DE\Projects\KnowLog\work\branches\driving\trac\wiki\macros.py", line 188, in expand_macro
    entries_per_date[-1][1].append((page_name, name, version, href))
UnboundLocalError: local variable 'href' referenced before ssignment

environment on tracd

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 17 years ago

Milestone: 0.11
Owner: changed from Jonas Borgström to Christian Boos
Severity: normaltrivial
Status: newassigned
Version: devel

Oops, that's a bug introduced in r4684.

comment:2 by Christian Boos, 17 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r4707.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.