summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 867e3c5ec..244bfad0e 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -534,7 +534,7 @@ class DiskSet:
def savePartitions (self):
"""Write the partition tables out to the disks."""
for disk in self.disks.values():
- disk.write()
+ disk.commit()
#disk.close()
del disk
self.refreshDevices()