Modify

Opened 16 years ago

Closed 16 years ago

#2444 closed defect (fixed)

syntax error author = fields.get('author', '')

Reported by: rupert thurner Owned by: osimons
Priority: normal Component: FullBlogPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

# easy_install --prefix /opt/csw/testing http://trac-hacks.org/svn/fullblogplugin/0.11/
Downloading http://trac-hacks.org/svn/fullblogplugin/0.11/
Doing subversion checkout from http://trac-hacks.org/svn/fullblogplugin/0.11/ to /tmp/easy_install-l1iLqx/0.11
Processing 0.11
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-l1iLqx/0.11/egg-dist-tmp-06q2b_
  File "build/bdist.solaris-2.10-sun4u/egg/tracfullblog/spamfilter.py", line 43
    author = fields.get('author', '')
         ^
SyntaxError: invalid syntax

  File "/opt/csw/testing/lib/python2.5/site-packages/TracFullBlogPlugin-0.1-py2.5.egg/tracfullblog/spamfilter.py", line 43
    author = fields.get('author', '')
         ^
SyntaxError: invalid syntax

Adding TracFullBlogPlugin 0.1 to easy-install.pth file

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by osimons

Resolution: fixed
Status: newclosed

(In [3112]) FullBlogPlugin: Whoops. Copy & Paste error in spamfilter plugin.

Closes #2444

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.