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

Torben Hohn torben.hohn at linutronix.de
Tue Jul 2 12:55:35 CEST 2019


line is too long, fix it.

Signed-off-by: Torben Hohn <torben.hohn 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()
-- 
2.11.0




More information about the elbe-devel mailing list