Merge lp://staging/~yuningdodo/usb-creator/usb-creator.lp1413494v2-update-free-space-after-format into lp://staging/usb-creator
Proposed by
Yu Ning
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~yuningdodo/usb-creator/usb-creator.lp1413494v2-update-free-space-after-format |
Merge into: | lp://staging/usb-creator |
Diff against target: |
44 lines (+20/-0) 1 file modified
usbcreator/backends/udisks/backend.py (+20/-0) |
To merge this branch: | bzr merge lp://staging/~yuningdodo/usb-creator/usb-creator.lp1413494v2-update-free-space-after-format |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Pending | ||
usb-creator hackers | Pending | ||
Review via email: mp+250258@code.staging.launchpad.net |
Description of the change
In usbcreator udisks backend it will try to mount the new partition and calculate the free space in the _udisks_
To fix this issue we can keep the new partition in a list and do the job after formatting completed.
To post a comment you must log in.
Sorry, I forgot to commit my changes previously, the branch is updated now.