]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/utils: Fix flake8 warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 25 Jun 2024 10:06:51 +0000 (15:36 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 9 Jul 2024 14:18:20 +0000 (08:18 -0600)
tests/ftests/utils.py:84:1: E302 expected 2 blank lines, found 1

Fixes: aa345bbe1d45 ("ftests/cgroup: Add function to return kernel version")
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/utils.py

index 027fa352143b382d37491fd91cb58ef35a16e613..67fdd80e771dbd9e82b9a9d83c50760eb93ceae6 100644 (file)
@@ -80,6 +80,7 @@ def get_file_permissions(config, filename):
     else:
         return Run.run(cmd, shell_bool=True)
 
+
 # get the current kernel version
 def get_kernel_version(config):
     kernel_version_str = str(platform.release())