Comment 1 for bug 339907

Revision history for this message
Agostino Russo (ago) wrote :

The relevant file is:

src/wubi/backends/win32/eject.py

I think there might be an issue in the path, line 32,

It should probably be:

"\\\\.\\%s" % cd_path[:2]

Instead of

r'\\\\.\\' + cd_path

Cannot test that right now though