From ee78390c2edb0981f1f4bae653c1f1ed3984386f Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Thu, 30 Jan 2014 13:59:15 +0200 Subject: [PATCH] Minor pep8 error in disklabel.py --- snf-image-helper/disklabel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snf-image-helper/disklabel.py b/snf-image-helper/disklabel.py index 527d01c..1005da3 100755 --- a/snf-image-helper/disklabel.py +++ b/snf-image-helper/disklabel.py @@ -354,7 +354,7 @@ class Disklabel: 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""" -- 1.7.10.4