Skip to content

Commit

Permalink
Add a comment about archive format spec (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed May 30, 2020
1 parent eb861b1 commit 4319e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contest/impls/domjudge_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def main():
parser.add_argument('--dataset', required=True)
options = parser.parse_args()

# DOMJudge problem format:
# https://www.domjudge.org/docs/manual/problem-format.html
with tempfile.TemporaryDirectory() as tmp_dir:
with open(options.metadata, 'r') as f:
# Make sure the metadata YAML is well-formed.
Expand Down

0 comments on commit 4319e2d

Please sign in to comment.