[PATCH 2/7] Revert "Fix one more reference to bits (#859932)."

Chris Lumens clumens at redhat.com
Tue Oct 16 21:04:05 UTC 2012


This reverts commit 21a9c715ead09d84306ed1a4dd711f947596f4c5.
---
 pyanaconda/storage/size.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/storage/size.py b/pyanaconda/storage/size.py
index a8da321..65b3e20 100644
--- a/pyanaconda/storage/size.py
+++ b/pyanaconda/storage/size.py
@@ -206,7 +206,7 @@ class Size(Decimal):
         check = self._trimEnd("%d" % self)
 
         if Decimal(check) < 1000:
-            return "%s B" % check
+            return "%s b" % check
 
         for factor, prefix, abbr in _prefixes:
             newcheck = super(Size, self).__div__(Decimal(factor))
-- 
1.7.11.2



More information about the anaconda-patches mailing list