Skip to content

Commit

Permalink
Fix iterating over bootloader list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Oct 15, 2013
1 parent d6bdc33 commit d9ec90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecleankernel/bootloader/lilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, debug = False, path = None):
debug.print('%s found' % p)
self.path = p
self._content = f.read()
break
except IOError as e:
if e.errno != errno.ENOENT:
raise
Expand Down

0 comments on commit d9ec90f

Please sign in to comment.