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

.

parent eff75218
No related branches found
No related tags found
No related merge requests found
Pipeline #2389 passed with stage
in 29 seconds
...@@ -20,7 +20,7 @@ if __name__ == '__main__': ...@@ -20,7 +20,7 @@ if __name__ == '__main__':
os.system('mkdir '+dist_lp) # Make directories os.system('mkdir '+dist_lp) # Make directories
data = readin(src_json, json.loads, [{}]) # Load data data = readin(src_json, json.loads, [{}]) # Load data
lab = header+readin(src_md)+footer # Load text lab = header+readin(src_md)+footer # Load text
# Swap placholders # Swap placholders
for ex_no, d in enumerate(data, start=1): for ex_no, d in enumerate(data, start=1):
......
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