cms icon indicating copy to clipboard operation
cms copied to clipboard

cmsImportUser overwrites .itime_contest

Open prandla opened this issue 4 months ago • 0 comments

we have a script that basically runs cmsImportUser to grab all new users from contest.yaml, and then runs cmsImportContest to update the contest/tasks. however, because of the way .itime_contest is used, cmsImportUser actually also touches .itime_contest, despite not importing the contest parameters. this means that the cmsImportContest actually never updates the contest parameters.

i guess we should move the itime_contest writing operation to a different place?

prandla avatar Sep 29 '25 07:09 prandla