Skip to content
Snippets Groups Projects
Commit a9ba513e authored by Martin Mareš's avatar Martin Mareš
Browse files

p-score umí i domácí kolo

parent 3cec16b7
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def write_tex(round, tasks, contests, results):
out.write('\n')
for c in contests:
res = results[c.place.get_code()]
if round.seq == 2:
if round.seq <= 2:
out.write(r'\kraj{%s}' % c.place.name + '\n')
if not res:
out.write(r'\nobody' + '\n')
......@@ -89,7 +89,7 @@ def write_tex(round, tasks, contests, results):
out.write("".join(['{' + str(col) + '}' for col in cols]) + '\n')
out.write(r'\endtable' + '\n')
if round.seq == 2:
if round.seq <= 2:
out.write(r'\endkraj' + '\n\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment