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

cleanup

parent 7675bd9c
No related branches found
No related tags found
No related merge requests found
Pipeline #2376 failed with stage
in 13 seconds
......@@ -14,7 +14,7 @@ if __name__ == '__main__':
header_bin = readin('src/header.md')
footer_bin = readin('src/footer.md')
for lab_name in ('lab'+str(x) for x in xrange(7, start=1)):
for lab_name in ('lab'+str(x) for x in xrange(7, 1)):
dist_lp = 'dist/' + lab_name + '/'
src_md = 'src/' + lab_name + '.md'
......
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