summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-10-24 14:01:02 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2008-10-24 14:01:02 +0200
commitedaa011aec9d5b72d701dd072e39755958dc8c28 (patch)
tree14725005544fa652a07769b0c339df5582076b10
parented2faf0c56517b573cd777a404cff91daab41bdf (diff)
downloadanaconda-edaa011aec9d5b72d701dd072e39755958dc8c28.tar.gz
anaconda-edaa011aec9d5b72d701dd072e39755958dc8c28.tar.xz
anaconda-edaa011aec9d5b72d701dd072e39755958dc8c28.zip
Fix typo for partedUtils.py file. (#466291)
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 69f933972..b8fc35263 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -1130,7 +1130,7 @@ class DiskSet:
"Would you like to initialize this drive, "
"erasing ALL DATA?") % (drive, devs[drive])
- else:
+ else:
deviceFile = isys.makeDevInode(drive, "/dev/" + drive)
dev = parted.PedDevice.get(deviceFile)