We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e868e8 commit 307e2b3Copy full SHA for 307e2b3
make-profile-readme.py
@@ -10,6 +10,7 @@
10
11
with open('/tmp/TABLE.md', 'r') as f:
12
table = f.read()
13
+ table += '\n'
14
15
16
dest_text = template.replace('<!-- REPO-LIST -->', table)
0 commit comments