From: Neil Williams Date: Sun, 31 Aug 2014 21:13:51 +0000 (-0700) Subject: pep8 fixes X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=commitdiff_plain;h=fe3a9a3f12c52e88bd48a8453b8f43174c7afcc2 pep8 fixes --- 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']