From 41c20a607d5e17dda78a0945570eb2d1b2e90393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Mon, 12 Feb 2024 18:32:18 +0000 Subject: [PATCH] Linter Test 26 --- .github/code_analysis.py | 2 +- niftyreg_build_version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/code_analysis.py b/.github/code_analysis.py index cd78b28d..8f08784c 100644 --- a/.github/code_analysis.py +++ b/.github/code_analysis.py @@ -443,7 +443,7 @@ def create_comment_for_output(tool_output, files_changed_in_pr, output_to_consol was_note = False for line in tool_output: - if not is_excluded_dir(line): + if not line[0].isspace() and not is_excluded_dir(line): ( file_path, is_note, diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 5379c470..2b20fd09 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -448 +449