[elbe-devel] [PATCH 2/4] efilesystem: fix styleproblems
Torben Hohn
torben.hohn at linutronix.de
Wed Jan 15 16:10:41 CET 2020
pycodestyle complains:
elbepack/efilesystem.py:123:1: E302 expected 2 blank lines, found 1
elbepack/efilesystem.py:172:1: E302 expected 2 blank lines, found 1
fix it
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/efilesystem.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elbepack/efilesystem.py b/elbepack/efilesystem.py
index 2230cfcb4..8b9da3d0b 100644
--- a/elbepack/efilesystem.py
+++ b/elbepack/efilesystem.py
@@ -120,6 +120,7 @@ def extract_target(src, xml, dst, cache):
for cmd in cmds:
chroot(dst.path, "/usr/bin/dpkg %s" % cmd)
+
class ElbeFilesystem(Filesystem):
def __init__(self, path, clean=False):
Filesystem.__init__(self, path, clean)
@@ -169,6 +170,7 @@ class ElbeFilesystem(Filesystem):
if xml_fname is not None:
licence_xml.write(xml_fname)
+
class Excursion(object):
RFS = {}
--
2.20.1
More information about the elbe-devel
mailing list