gnperumal / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

Convert_logs.py unsuitable code #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use python 2.4.4 (python -V)
2. python convert_logs -s svn.log -o svn.log.xml
3.

What is the expected output? What do you see instead?
Expected : nothing ($? == 0) and the svn.log.xml correctly set
What I got : 
  File "./convert_logs.py", line 15
    class Event():
                ^
Syntax Error: invalid syntax

What version of the product are you using? On what operating system?
The last one r202

Please provide any additional information below.
I move the code line 15 from "class Event():" to "class Event:" and it works.

Original issue reported on code.google.com by gaston.a...@gmail.com on 22 Jul 2008 at 3:06

Attachments:

GoogleCodeExporter commented 9 years ago
I had to do the same, using a checkout as of today on both CentOS5 and Gentoo.

Original comment by teslam...@gmail.com on 23 Jul 2008 at 4:02

GoogleCodeExporter commented 9 years ago
I have fixed this in the latest revision :)

Original comment by cgalvan1...@gmail.com on 2 Aug 2008 at 7:19