We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54279df commit 3aebb25Copy full SHA for 3aebb25
misc-tools/configure-domjudge.in
@@ -130,7 +130,7 @@ if os.path.exists('languages.json'):
130
dj_utils.upload_file(f'languages/{langid}/executable', 'executable', f'executables/{langid}.zip')
131
for langid in executables:
132
os.remove(f'executables/{langid}.zip')
133
- if dj_utils.confirm(' - Upload configuration changes?', True):
+ if dj_utils.confirm(' - Upload language configuration changes?', True):
134
actual_config = _keyify_list(dj_utils.upload_file(f'languages', 'json', f'languages.json'))
135
diffs, new_keys, missing_keys = compare_configs(
136
actual_config=actual_config,
0 commit comments