Comment 3 for bug 269052

Revision history for this message
Colin Watson (cjwatson) wrote :

Interestingly, this doesn't happen if I apply:

- cmd = ['/usr/share/usb-creator/install.py', '-s', '%s/.' % source, '-t', '%s' % target]
+ cmd = ['true']

Something broken in the progress code, maybe?