summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-27 16:56:36 -0500
committerDavid Cantrell <dcantrell@redhat.com>2009-02-12 11:29:54 -1000
commit1af68739613b7017939aaf0c3c7375c4e0717bbe (patch)
tree9d08da0099699e0579d9783eff19b25a2410f67a /command-stubs
parent052b8762e32c4b14bd405cfff02442f1159121fc (diff)
downloadanaconda-1af68739613b7017939aaf0c3c7375c4e0717bbe.tar.gz
anaconda-1af68739613b7017939aaf0c3c7375c4e0717bbe.tar.xz
anaconda-1af68739613b7017939aaf0c3c7375c4e0717bbe.zip
sector_size -> sectorSize
Diffstat (limited to 'command-stubs')
-rwxr-xr-xcommand-stubs/list-harddrives-stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub
index d5c88a76a..a282984d6 100755
--- a/command-stubs/list-harddrives-stub
+++ b/command-stubs/list-harddrives-stub
@@ -54,6 +54,6 @@ for drive in driveList:
continue
sizeMB = (float(dev.heads * dev.cylinders * dev.sectors) / (1024 * 1024)
- * dev.sector_size)
+ * dev.sectorSize)
print drive, sizeMB