From fe3a9a3f12c52e88bd48a8453b8f43174c7afcc2 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 31 Aug 2014 14:13:51 -0700 Subject: [PATCH] pep8 fixes --- vmdebootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmdebootstrap b/vmdebootstrap index 694d1f6..fafd78a 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -33,7 +33,7 @@ class VmDebootstrap(cliapp.Application): def add_settings(self): default_arch = subprocess.check_output( - ["dpkg", "--print-architecture"]).strip() + ["dpkg", "--print-architecture"]).strip() self.settings.boolean(['verbose'], 'report what is going on') self.settings.string(['image'], 'put created disk image in FILE', @@ -332,7 +332,7 @@ class VmDebootstrap(cliapp.Application): self.message('Running debootstrap second stage') self.runcmd(['chroot', rootdir, '/debootstrap/debootstrap', '--second-stage'], - env=env) + env=env) def set_hostname(self, rootdir): hostname = self.settings['hostname'] -- 2.39.2