Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv13923
Modified Files: rom_drives.py Log Message: Ugly, ugly change to work around a crash. Index: rom_drives.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** rom_drives.py 14 Sep 2003 20:09:37 -0000 1.29 --- rom_drives.py 19 Sep 2003 16:04:37 -0000 1.30 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.30 2003/09/19 16:04:37 outlyer + # Ugly, ugly change to work around a crash. + # # Revision 1.29 2003/09/14 20:09:37 dischi # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_ *************** *** 298,302 **** os.close(fd) except: ! traceback.print_exc() # maybe we need to close the fd if ioctl fails, maybe # open fails and there is no fd --- 301,310 ---- os.close(fd) except: ! try: ! traceback.print_exc() ! except IOError: ! # believe it or not, this sometimes causes an IOError if ! # you've got a music track playing in the background (detached) ! pass # maybe we need to close the fd if ioctl fails, maybe # open fails and there is no fd ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog