Comment 10 for bug 923439

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

Sorry for the late answer: I've been travelling and working too much lately.

With commit 123, I'm getting the following exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/APTonCD/restore/restoreWindow.py", line 208, in on_btnLoadFrom
    drives = bus.get_devices()
  File "/usr/lib/python2.7/dist-packages/APTonCD/core/dbus_helper.py", line 44, in get_devices
    dev_mount = str(dev_mount[0])
IndexError: list index out of range

Fabrice