2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Göktürk Yüksek
938d31412e
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
The devices returned by list_devices() may not always have all the
properties and referencing them raises a KeyError. Use the .get()
interface as suggested by the upstream[0] to avoid such exceptions.

[0] http://pyudev.readthedocs.io/en/latest/guide.html#id6
2017-01-26 20:06:43 -05:00
mbusb
be4c8d9763 update to version 8.4.0 2016-12-26 23:23:21 +05:30
mbusb
890c266342 Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 2016-12-03 15:36:47 +05:30
mbusb
1e3f1f1c26 Added ReactOS 2016-11-30 21:59:03 +05:30
mbusb
95245ffc63 Added Fedora persistence. Bug fix for crash when uninstalling Sergei Strelec. Also fixed the knoppix bug. 2016-11-27 12:33:49 +05:30
mbusb
e4173be1b7 Added Sergei Strelec 2016-11-27 06:16:12 +05:30
mbusb
acde57f600 Added Alt Linux. 2016-11-23 23:03:07 +05:30
mbusb
5aaa28c4b2 Update files to version 8.1.0 2016-11-20 16:28:02 +05:30
mbusb
5e9fcf9f63 Removing unwanted files from source. 2016-11-07 21:40:00 +05:30
mbusb
2c33ed73de Upgrading to version 8.0.0 2016-11-06 16:48:53 +05:30