Comment 6 for bug 226745

Revision history for this message
Murray Cumming (murrayc) wrote :

This is the lirc.py:1005 line

for line in open(filename, 'r'):

I wonder how we can avoid that error. Maybe we should just put a try/except around it.