Changes between Initial Version and Version 1 of Ticket #10800


Ignore:
Timestamp:
Jan 16, 2013, 7:25:50 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10800 – Description

    initial v1  
    11When the theme entry is not configured in trac.ini there is an error raised,
    2 
     2{{{
    33Trac detected an internal error:
    44TypeError: argument of type 'NoneType' is not iterable
     
    1212File "/usr/local/lib/python2.6/dist-packages/TracThemeEngine-2.1.1-py2.6.egg/themeengine/web_ui.py", line 63, in post_process_request
    1313  if 'css' in theme:
     14}}}
    1415
    15 ----
    16 
    17 I attached a quick patch for this.   I am still new to python so not sure if this is the best method.
     16I attached a quick patch for this. I am still new to python so not sure if this is the best method.