Changes between Initial Version and Version 1 of Ticket #1189


Ignore:
Timestamp:
Feb 10, 2007, 1:20:01 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1189 – Description

    initial v1  
    1 Upon installing the plugin from source and deploying the following egg (TracBurndown-01.05.10-py2.4.egg) I receive the following error upon clicking on the "Burndown" menu item:
     1Upon installing the plugin from source and deploying the following egg (`TracBurndown-01.05.10-py2.4.egg`) I receive the following error upon clicking on the "Burndown" menu item:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "C:\Python24\lib\site-packages\trac-0.10-py2.4.egg\trac\web\main.py", line 356, in dispatch_request
     
    1516    return function(self, *args, **kwargs)
    1617OperationalError: near "s": syntax error
     18}}}
    1719
    1820Have I done something incorrectly?