matthusby / ga-bitbot

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

report_gen BUG #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch "report_gen"

What is the expected output? What do you see instead?
Expected report generation.
Program crash with this error:

Traceback (most recent call last):
  File "report_gen.py", line 140, in <module>
    te.chart("/home/emfb/public_html/bc/chart.templ","/tmp/chart_test_%s.html"%str(quartile))
  File "/home/ale/ga-bitbot/bct.py", line 510, in chart
    f = open(template,'r')
IOError: [Errno 2] No such file or directory: 
'/home/emfb/public_html/bc/chart.templ'

What version of the product are you using? On what operating system?
git latest version

Please provide any additional information below.

Original issue reported on code.google.com by alessand...@gmail.com on 17 Sep 2011 at 5:10

GoogleCodeExporter commented 9 years ago
This is a known issue and will be addressed very soon. 

I just need to update the file paths in the report_gen script and include the 
necessary files (html templates,javascript, etc.) in the git repository.

Original comment by brian.mo...@gmail.com on 19 Sep 2011 at 8:23

GoogleCodeExporter commented 9 years ago
Reporting has been added to the git repo and will be included in the next 
download release.

Original comment by brian.mo...@gmail.com on 20 Sep 2011 at 2:44

GoogleCodeExporter commented 9 years ago
closing as verified. latest download version contains the fix.

Original comment by brian.mo...@gmail.com on 8 Jan 2012 at 3:24