Comment 3 for bug 493412

Revision history for this message
Jean-Louis (jean-louis) wrote :

Hi, sorry for my bad english.

I don't have access at bug https://bugs.launchpad.net/bugs/492873 (is a private bug), so I write here.

This bug affects me too, but the fix is simple

open:
/usr/lib/ubiquity/plugins/ubi-intro.py

go to line 37 and change:
        if os.path.isfile(file):

with:
        if os.path.isfile(f):