Skip to content
Snippets Groups Projects
Commit f0e47615 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v1.0

parent 5d065846
No related branches found
No related tags found
No related merge requests found
Pipeline #627 failed with stage
in 25 seconds
......@@ -52,7 +52,7 @@ if __name__ == '__main__':
for box in boxes:
readme = '\n---\n'.join(readfile('README.md', box).split('\n---\n'))[:-1]
readme = '\n---\n'.join(readfile('README.md', box).split('\n---\n')[:-1])
readme = readme + '''
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment