summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/kernelcheck/kernelcheck.py')
-rwxr-xr-xpym/kernelcheck/kernelcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/kernelcheck/kernelcheck.py b/pym/kernelcheck/kernelcheck.py
index ce9d112..f097a39 100755
--- a/pym/kernelcheck/kernelcheck.py
+++ b/pym/kernelcheck/kernelcheck.py
@@ -104,13 +104,13 @@ def main(argv):
evaluation = lib.eval_cve_files(lib.KERNELDIR, kernel, spinner())
if not evaluation:
- print("\b\b done!\n")
+ print("\b\b done!")
EOutput().eerror('No kernel vulnerability files found!')
return
kernel_updates = lib.eval_kernel_updates(kernel, evaluation, spinner())
- print("\b\b done!\n")
+ print("\b\b done!")
if len(evaluation.affected) is not 0:
print_summary(evaluation.affected, kernel_updates)