Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cip999 committed Jan 16, 2023
1 parent 566c9b3 commit d41de48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2d/p2d_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def fill_config_from_contest(config, contest_id):
config_problem['color'] = 'Black'
for field in ['author', 'preparation']:
if field not in config_problem:
config_problem['field'] = ''
config_problem[field] = ''

if len(new_problems) > 0:
logger.info('Found new problems: {}.'.format(', '.join(new_problems)))
Expand Down

0 comments on commit d41de48

Please sign in to comment.