Skip to content

Commit 562bb2e

Browse files
Update getteam.py
Co-authored-by: Clément Robert <cr52@protonmail.com>
1 parent 28b0e31 commit 562bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getteam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def process_html(fn, newcontributors, indent='\t\t\t'):
9393
else:
9494
if '<ul class="team">' in l:
9595
lines.append(l)
96-
lines.append(" " * 12 + "<!--- the list below is auto-generated from getteam.py, use that to update --->")
96+
lines.append(f"{<!--- the list below is auto-generated from getteam.py, use that to update --->:>12}")
9797
#skip otherwise
9898
else:
9999
# if '<ul class="coordinators">' in l:

0 commit comments

Comments
 (0)