Modify ↓
#8526 closed defect (fixed)
[PATCH] Error: Macro LastModified(None) failed 'NoneType' object has no attribute 'split'
Reported by: | Benjamin Lau | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | LastModifiedMacro |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.11 |
Description
With Trac 0.11.7 I was getting the following error when using the LastModified macro without arguments.
Error: Macro LastModified(None) failed 'NoneType' object has no attribute 'split'
I produced a patch to correct this which is attached.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | LastModified.noargs.patch added |
---|
comment:1 Changed 14 years ago by
Summary: | Error: Macro LastModified(None) failed 'NoneType' object has no attribute 'split' → [PATCH] Error: Macro LastModified(None) failed 'NoneType' object has no attribute 'split' |
---|
comment:2 Changed 14 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
[11264] should have referenced this ticket.
- Fixed display of macro revision on admin plugin panel.
- Fixed parsing of input arguments.
- Organized imports.
Note: See
TracTickets for help on using
tickets.
LastModifiedMacro noargs patch for 0.11.7