mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix PEP8 nitpick
This commit is contained in:
parent
a3fdeddd79
commit
07e4c97c09
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ class InstallPackages(Task):
|
||||||
log_check_call(['chroot', info.root,
|
log_check_call(['chroot', info.root,
|
||||||
'apt-get', 'install',
|
'apt-get', 'install',
|
||||||
'--no-install-recommends',
|
'--no-install-recommends',
|
||||||
'--assume-yes'] + map(str, remote_packages),
|
'--assume-yes'] +
|
||||||
|
map(str, remote_packages),
|
||||||
env=env)
|
env=env)
|
||||||
except CalledProcessError as e:
|
except CalledProcessError as e:
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Reference in a new issue