slawekmikula / epguide

Projekt grabbera XMLTV oraz TXT dla polskich stacji telewizyjnych
http://slawekmikula.github.io/epguide
6 stars 5 forks source link

referencja do nieistniejacego obiektu log w EpGuide #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. uruchomic epguide_run

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "./epguide_run", line 23, in <module>
    RunEpguide()
  File "./epguide_run", line 20, in RunEpguide
    epguide.Execute()
  File "/home/maciek/code/epguide-src/src/epguide/epguide.py", line 54, in Execute
    self.GetChannelList()
  File "/home/maciek/code/epguide-src/src/epguide/epguide.py", line 77, in GetChannelList
    log.info("Parser zamknięcie")
NameError: global name 'log' is not defined

What version of the product are you using? On what operating system?
- default, rev 32

Please provide any additional information below.
- patch w zalaczniku

Original issue reported on code.google.com by maciek.b...@gmail.com on 18 Sep 2010 at 1:47

Attachments:

GoogleCodeExporter commented 9 years ago
Wprowadzono do kodu. Dziękuję. Będzie w kolejnej wersji.

Original comment by slawek.m...@gmail.com on 19 Sep 2010 at 5:51