Skip to content

Commit

Permalink
Merge pull request #2 from AVM-Martin/v1.1
Browse files Browse the repository at this point in the history
Add a single character that caused a fatal error
  • Loading branch information
AVM-Martin authored Sep 15, 2019
2 parents 27b4a46 + d7753f5 commit 2ee4668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/compressed_problem/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def create_ini_file(filepath, datas):
def create_yml_file(filepath, datas):
data = dict(
name = datas["problem_name"],
validator_flag = datas["validator_flags"],
validator_flags = datas["validator_flags"],
limits = dict(
memory = datas["memory_limit"],
),
Expand Down

0 comments on commit 2ee4668

Please sign in to comment.