Skip to content

Commit

Permalink
B)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhurwitz committed Nov 15, 2014
1 parent e5b390b commit eae2a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/package_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def problem_solution_file(problem):
def submission_files(submission):
name = submission.problem.name
submission_file = open("SUBMISSION-" + name, 'a')
aggregator.print_header(submission_file)
p_h = r"\begin{problem}[" + submission.problem.name + "][" + submission.problem.points + r"]\\"
print(p_h, file=submission_file)
print(submission.problem.content, file=submission_file)
Expand Down

0 comments on commit eae2a9d

Please sign in to comment.