diff options
author | Matt Wilson <msw@redhat.com> | 2002-11-04 16:43:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-11-04 16:43:42 +0000 |
commit | 4522e01ff4b68ab79f9cd030c800d09775c2bbbf (patch) | |
tree | b717a46b53e98b7a9c1df32830481a45807f5fec /partedUtils.py | |
parent | f8cc4da17af411e9899504e6dfb2fc5f68037e96 (diff) | |
download | anaconda-4522e01ff4b68ab79f9cd030c800d09775c2bbbf.tar.gz anaconda-4522e01ff4b68ab79f9cd030c800d09775c2bbbf.tar.xz anaconda-4522e01ff4b68ab79f9cd030c800d09775c2bbbf.zip |
change to commit
Diffstat (limited to 'partedUtils.py')
-rw-r--r-- | partedUtils.py | 2 |
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() |