Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <radostin@redhat.com>2021-09-06 00:39:50 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commitc1eab7d06a9bc6c480ea216c7268cd22a1a1229d (patch)
tree25a2fd1ace3b84d8d1dc3ce395b1e6a9bb315fc7 /coredump
parentbaad88d5ecf3e683948a33eee926b4cefeb2cd97 (diff)
coredump: fix too many blank lines
https://www.flake8rules.com/rules/E303.html Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
Diffstat (limited to 'coredump')
-rw-r--r--coredump/criu_coredump/coredump.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/coredump/criu_coredump/coredump.py b/coredump/criu_coredump/coredump.py
index 274889800..a232132fd 100644
--- a/coredump/criu_coredump/coredump.py
+++ b/coredump/criu_coredump/coredump.py
@@ -321,7 +321,6 @@ class coredump_generator:
else:
prpsinfo.pr_fname = core["tc"]["comm"]
-
nhdr = elf.Elf64_Nhdr()
nhdr.n_namesz = 5
nhdr.n_descsz = ctypes.sizeof(elf.elf_prpsinfo())