Skip to content

Commit 5fb948f

Browse files
print statements for debugging
1 parent 2db386c commit 5fb948f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

digital_land/makerules.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def pipeline_makerules(collection, state_difference_path):
5050
datetime.utcnow().isoformat()[:10]
5151
)
5252
dataset_resource = filter_dataset_resource_map(dataset_resource, new_resources)
53+
print("dataset_resource: ", dataset_resource)
5354

5455
# if the code/spec has changed we need to reprocess everything:
5556

0 commit comments

Comments
 (0)