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

Output

parent 3ccb0f97
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,8 @@ def show_test(task, commit): ...@@ -103,6 +103,8 @@ def show_test(task, commit):
start_time = datetime.fromtimestamp(int(f.read())) start_time = datetime.fromtimestamp(int(f.read()))
b.p(f"Test běžel v {start_time}") b.p(f"Test běžel v {start_time}")
with open(path + "output") as f:
b.pre(f.read())
return base_page(b.root).print_file() return base_page(b.root).print_file()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment