From c099c27d633ca709a6a78ff51043d0e4930d882a Mon Sep 17 00:00:00 2001 From: Loge12 <35031408+Loge12@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:57:29 +0100 Subject: [PATCH] Add a closing tag () (#62) * add a closing tag * delete doubled if statements --- flawfinder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flawfinder.py b/flawfinder.py index cea3897..e6530fe 100755 --- a/flawfinder.py +++ b/flawfinder.py @@ -644,6 +644,7 @@ class Hit(object): print_multi_line(main_text) if output_format: print(" ", end='') + print("", end='') print() if show_context: if output_format: