Skip to content

Commit 1e0a6a0

Browse files
adds print for debugging
1 parent ac8f912 commit 1e0a6a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

digital_land/makerules.py

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def get_processing_option(
4747
state_path,
4848
)
4949

50+
print("diffs:", diffs)
51+
5052
# If incremental loading is overridden or critical configs changed, process everything
5153
critical_changes = {"code", "pipeline", "collection", "specification"}
5254
if incremental_loading_override or critical_changes & set(diffs):

0 commit comments

Comments
 (0)