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

.

parent acdfcb1f
No related branches found
No related tags found
No related merge requests found
Pipeline #2381 passed with stage
in 27 seconds
...@@ -44,4 +44,4 @@ if __name__ == '__main__': ...@@ -44,4 +44,4 @@ if __name__ == '__main__':
labout.write(plab.encode('utf8')) labout.write(plab.encode('utf8'))
labout.write(footer_bin) labout.write(footer_bin)
os.system(('pandoc %s%s.md -s -o %s%s.pdf') % (dist_lp, ex_no, dist_lp, ex_no)) os.system(('pandoc %s/%s.md -s -o %s%s.pdf') % (dist_lp, ex_no, dist_lp, ex_no))
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