Skip to content
Snippets Groups Projects
Commit 603b7018 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

de-debugace

parent baf12a48
No related branches found
No related tags found
No related merge requests found
...@@ -128,10 +128,8 @@ def main(): ...@@ -128,10 +128,8 @@ def main():
with open("formatitko.tex", "w") as file: with open("formatitko.tex", "w") as file:
d = pathlib.Path("/".join(formatitko.__file__.split("/")[:-1])) d = pathlib.Path("/".join(formatitko.__file__.split("/")[:-1]))
print(formatitko.__file__, d)
with open(d/"formatitko.tex") as source: with open(d/"formatitko.tex") as source:
file.write(source.read()) file.write(source.read())
exit(0)
with open("bakalarka.tex", "w") as file: with open("bakalarka.tex", "w") as file:
UCWTexGenerator(file, imageProcessor).generate(doc) UCWTexGenerator(file, imageProcessor).generate(doc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment