From dedfa3c07fc5ca9dc7691586348075812cfc908f Mon Sep 17 00:00:00 2001 From: ward-resa Date: Thu, 8 Aug 2024 08:21:25 -0400 Subject: [PATCH] Incorrect Log entries - No external sources selected Fixes #310 --- macros/common/stage_external_sources.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/common/stage_external_sources.sql b/macros/common/stage_external_sources.sql index eaf5530..dd21826 100644 --- a/macros/common/stage_external_sources.sql +++ b/macros/common/stage_external_sources.sql @@ -33,7 +33,7 @@ {% endfor %} - {% if sources_to_stage|length == 0 %} + {% if sources_to_stage|length == 0 and execute %} {% do log('No external sources selected', info = true) %} {% endif %}