Modify ↓
Opened 19 years ago
Closed 19 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 , 19 years ago
| Milestone: | → 0.11 |
|---|---|
| Owner: | changed from to |
| Severity: | normal → trivial |
| Status: | new → assigned |
| Version: | → devel |
Note:
See TracTickets
for help on using tickets.



Oops, that's a bug introduced in r4684.