fix_find_device.patch 373 B

1234567891011
  1. --- yali/storage/operations.py~ 2014-08-10 11:45:14.877968618 +0200
  2. +++ yali/storage/operations.py 2014-08-10 11:49:31.360959247 +0200
  3. @@ -235,6 +235,7 @@
  4. self.device.disk.format.commitToDisk()
  5. + yali.baseudev.udev_settle()
  6. info = udev_get_block_device(self.device.sysfsPath)
  7. try:
  8. olduuid = udev_device_get_uuid(info)