Skip to content

Commit

Permalink
Added debug output for git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent d57b0c5 commit 12b3127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/_ext/populate_team_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def run(self):
content.append(f" .. image:: /{image_path}")
content.append( " :align: left")
content.append( " :height: 250\n")

if team.get('country'):
content.append(f" **{team['country']}**\n")
print(f"FOUND IMAGE AT {abs_image_path}")
else:
print(f"CAN NOT FIND IMAGE AT {abs_image_path}")

if team.get('poster'):
content.append(f" `Poster <{team['poster']}>`__\n")
Expand Down

0 comments on commit 12b3127

Please sign in to comment.