mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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,
|
||||
'apt-get', 'install',
|
||||
'--no-install-recommends',
|
||||
'--assume-yes'] + map(str, remote_packages),
|
||||
'--assume-yes'] +
|
||||
map(str, remote_packages),
|
||||
env=env)
|
||||
except CalledProcessError as e:
|
||||
import logging
|
||||
|
|
Loading…
Add table
Reference in a new issue