Update of /cvsroot/freevo/freevo/lib/pyepg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11992/lib/pyepg

Modified Files:
        db_sqlite.py 
Log Message:
Fix typo.


Index: db_sqlite.py
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyepg/db_sqlite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** db_sqlite.py        7 Apr 2005 15:59:35 -0000       1.5
--- db_sqlite.py        8 Apr 2005 11:32:45 -0000       1.6
***************
*** 57,61 ****
              if os.path.getsize(dbpath) == 0:
                  log.error('EPG database is zero size (invalid), removing it')
!                 os.system('rm %s' % dbath)
          except OSError:
              if os.path.isfile(dbpath):
--- 57,61 ----
              if os.path.getsize(dbpath) == 0:
                  log.error('EPG database is zero size (invalid), removing it')
!                 os.system('rm %s' % dbpath)
          except OSError:
              if os.path.isfile(dbpath):



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to