Skip to content

Commit

Permalink
fix: correct comment formatting in media data extraction function
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Nov 22, 2024
1 parent 0eafb0d commit 4a647a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def extract_media_data(media, item_dc_identifier):
format_value = extract_property(media.get("dcterms:format", []), 9)
display_template = infer_display_template(format_value)

# Download the thumbnail image if available and valid # Download the thumbnail image if available and valid
# Download the thumbnail image if available and valid
if "platzhalter" in media.get("o:source", ""):
local_image_path = "assets/img/placeholder.svg"
else:
Expand Down

0 comments on commit 4a647a8

Please sign in to comment.