diff options
author | Erik Troan <ewt@redhat.com> | 2000-12-11 21:10:15 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-12-11 21:10:15 +0000 |
commit | 4d241ee94e2832a9a5fc28e8ee15bf26917f9948 (patch) | |
tree | 4f1a931b07908d339b64f879f111856d7d7dad3f /fstab.py | |
parent | 33528e790c0e3b3e250f9f10f7d8f7306ecf83c2 (diff) | |
download | anaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.tar.gz anaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.tar.xz anaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.zip |
moved sync
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1119,7 +1119,6 @@ def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint): s = os.read(p[0], 1) os.write(fd, s) - isys.sync() if s != '\b': try: @@ -1130,6 +1129,7 @@ def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint): if num: l = string.split(num, '/') w.set((int(l[0]) * 100) / int(l[1])) + isys.sync() num = '' except OSError, args: (num, str) = args |