Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4575/src
Modified Files:
playlist.py
Log Message:
catch IOError
Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** playlist.py 9 May 2004 16:44:13 -0000 1.70
--- playlist.py 28 Jun 2004 15:51:21 -0000 1.71
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.71 2004/06/28 15:51:21 dischi
+ # catch IOError
+ #
# Revision 1.70 2004/05/09 16:44:13 dischi
# fix crash in m3u parsing
***************
*** 249,253 ****
else:
self.read_m3u(playlist)
! except OSError, e:
print 'playlist error: %s' % e
self.set_url(playlist)
--- 252,256 ----
else:
self.read_m3u(playlist)
! except (OSError, IOError), e:
print 'playlist error: %s' % e
self.set_url(playlist)
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog