From fd185cd3b5b0df5772d59917732126a82f78c1a4 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Wed, 20 May 2026 14:58:34 +0200 Subject: [PATCH] Disable warning until we've fixed it This warning does not work as intended. Ticket: https://northerntech.atlassian.net/browse/ENT-14110 Signed-off-by: Ole Herman Schumacher Elgesem --- cfbs/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfbs/build.py b/cfbs/build.py index 7c295fbd..d3a6b4ad 100644 --- a/cfbs/build.py +++ b/cfbs/build.py @@ -193,7 +193,7 @@ def _perform_copy_step(args, source, destination, prefix): for overwrite_noop in noop_overwrites_relpaths[-9:]: warning_message += " " + overwrite_noop + "\n" # display all the messages as one warning - log.warning(warning_message) + # log.warning(warning_message) # ENT-14110 cp(src, dst) return step_diffs_data