[PATCH 1/9] Add a space to DiskChunk repr string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/storage/partitioning.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/storage/partitioning.py b/pyanaconda/storage/partitioning.py
index 072a7ac..d4cf141 100644
--- a/pyanaconda/storage/partitioning.py
+++ b/pyanaconda/storage/partitioning.py
@@ -1532,7 +1532,7 @@ class DiskChunk(Chunk):
 
     def __repr__(self):
         s = super(DiskChunk, self).__str__()
-        s += ("start = %(start)d  end = %(end)d\n"
+        s += (" start = %(start)d  end = %(end)d\n"
               "sectorSize = %(sectorSize)d\n" %
               {"start": self.geometry.start, "end": self.geometry.end,
                "sectorSize": self.sectorSize})
-- 
1.7.4.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux