Skip to content

Commit a774a13

Browse files
committed
WTF
1 parent c9599f4 commit a774a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

newshomepages/extract/consolidate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def consolidate(
103103
# Pull out the files
104104
qualified_files = []
105105
print(f"-- Reviewing {len(item_data['files'])} files for {handle}")
106+
# Print the first one for review
107+
if item_data["files"]:
108+
print(f"--- First file: {item_data['files'][0]}")
106109
for p in item_data["files"]:
107110
if handle in p["name"].lower():
108111
# Check if the file is of a type we want

0 commit comments

Comments
 (0)