diff options
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autopart.py b/autopart.py index e43bf94c0..e4787b4ae 100644 --- a/autopart.py +++ b/autopart.py @@ -658,6 +658,8 @@ def doClearPartAction(id, type, cleardrives): def doAutoPartition(dir, id, intf): if dir == DISPATCH_BACK: + id.diskset.refreshDevices() + id.partrequests.setFromDisk(id.diskset) return # if no auto partition info in instclass we bail |