[elbe-devel] [PATCH v2 13/22] virtapt: fix too long line

Bastian Germann bage at linutronix.de
Tue Jul 2 17:01:35 CEST 2019


> line is too long, fix it.
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>  elbepack/virtapt.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/elbepack/virtapt.py b/elbepack/virtapt.py
> index ed7235b70..ae7fe94fc 100644
> --- a/elbepack/virtapt.py
> +++ b/elbepack/virtapt.py
> @@ -88,7 +88,8 @@ class VirtApt(object):
>  
>          create_apt_prefs(self.xml, self.basefs)
>  
> -        mirror = self.xml.create_apt_sources_list(build_sources=True, initvm=False)
> +        mirror = self.xml.create_apt_sources_list(build_sources=True,
> +                                                  initvm=False)
>          self.basefs.write_file("etc/apt/sources.list", 0o644, mirror)
>  
>          self.setup_gpg()
> 



More information about the elbe-devel mailing list