You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
multibootusb/scripts
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
8 years ago
..
gui Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 8 years ago
progressbar Upgrading to version 8.0.0 8 years ago
pyudev Upgrading to version 8.0.0 8 years ago
_7zip.py update to version 8.4.0 8 years ago
__init__.py Upgrading to version 8.0.0 8 years ago
admin.py update to version 8.4.0 8 years ago
config.py Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 8 years ago
distro.py update to version 8.4.0 8 years ago
gen.py update to version 8.4.0 8 years ago
imager.py update to version 8.4.0 8 years ago
install.py update to version 8.4.0 8 years ago
iso.py update to version 8.4.0 8 years ago
isodump3.py update to version 8.4.0 8 years ago
mbusb_cli.py update to version 8.4.0 8 years ago
mbusb_gui.py update to version 8.4.0 8 years ago
persistence.py update to version 8.4.0 8 years ago
qemu.py update to version 8.4.0 8 years ago
syslinux.py update to version 8.4.0 8 years ago
uninstall_distro.py update to version 8.4.0 8 years ago
update_cfg_file.py update to version 8.4.0 8 years ago
usb.py scripts/usb.py: use device.get() instead of device[''] to handle KeyError 8 years ago