summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-31 03:51:53 +0000
committerMatt Wilson <msw@redhat.com>2000-05-31 03:51:53 +0000
commit96e75bfe73ff212520f7996ba79637ed2fdc8521 (patch)
tree4c62c60edc1cd97d05fdfc1c1b3ceeaacc40d1ed
parent8ccf0b5e5900ee1a5f49e86e3e551d7b12f3b3d5 (diff)
downloadanaconda-96e75bfe73ff212520f7996ba79637ed2fdc8521.tar.gz
anaconda-96e75bfe73ff212520f7996ba79637ed2fdc8521.tar.xz
anaconda-96e75bfe73ff212520f7996ba79637ed2fdc8521.zip
fix msf's broken indent
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 22786c061..4ffbf907b 100644
--- a/fstab.py
+++ b/fstab.py
@@ -115,7 +115,7 @@ class Fstab:
# specified --dontformat
for (mntpoint, (dev, fstype, reformat)) in prefstab:
if mntpoint == mount and reformat != 0 and fsystem != fstype:
- raise ValueError, "--onpart specified for mount point %s on non-ext2 partition without --dontformat option" % mntpoint
+ raise ValueError, "--onpart specified for mount point %s on non-ext2 partition without --dontformat option" % mntpoint
return ddruid
else: