Skip to content

Commit

Permalink
add print to python script
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Nov 29, 2023
1 parent d594e79 commit 89c57a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/update_integrated.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def update_integrated(poem_id):
right = line[line.find(']'):]
if left and right:
if lu.endswith('INTEGRATED'):
print(f"Updating status in '{poem_md}' to Integrated")
print(f'{left}[x{right}', file=poem_md, end='')
in_status = False
success = True
Expand Down

0 comments on commit 89c57a0

Please sign in to comment.