Minor pep8 error in disklabel.py
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 30 Jan 2014 11:59:15 +0000 (13:59 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 30 Jan 2014 11:59:15 +0000 (13:59 +0200)
snf-image-helper/disklabel.py

index 527d01c..1005da3 100755 (executable)
@@ -354,7 +354,7 @@ class Disklabel:
                            self.bbsize,
                            self.sbsize,
                            self.ptable.pack() +
                            self.bbsize,
                            self.sbsize,
                            self.ptable.pack() +
-                           ((364 - self.npartitions*16) * '\x00'))
+                           ((364 - self.npartitions * 16) * '\x00'))
 
     def compute_checksum(self):
         """Compute the checksum of the disklabel"""
 
     def compute_checksum(self):
         """Compute the checksum of the disklabel"""