--- 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