Modify ↓
Opened 8 years ago
Closed 7 years ago
#13174 closed defect (fixed)
When the Warden is active but there's no trac.ini entry, Trac throws an error "no section: 'kis_warden'
Reported by: | chuchurocket27 | Owned by: | Jon Ashley |
---|---|---|---|
Priority: | normal | Component: | KeepInterfaceSimplePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I enabled all KIS functionality and did not have a [kis_warden]
section in my trac.ini (because it would have been blank). Trac then errors:
NoSectionError: No section: 'kis_warden'
(This bug report is for the latest trunk build - did not attempt to use latest release 2.0 since there are features in the trunk build I'd like to use.)
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by
Status: | new → accepted |
---|
comment:2 Changed 8 years ago by
Configuration
class is intended to be accessed through it's options
method; accessing .parser
directly is not advised and parser
should probably be a private attribute. options
will handle missing sections gracefully.
Note: See
TracTickets for help on using
tickets.
Thanks for that report. The fault was easy to reproduce.
I think it is now fixed on trunk in revision [16584].