Normal-OJ / Sandbox

0 stars 0 forks source link

[Enhancement] Submission with exception should save to another directory #27

Open Bogay opened 4 years ago

Bogay commented 4 years ago

Problem

In current design, the submission with exception (which receive a non OK status from backend) data should save to another directory rather than submissions, or the rejudge will fail due to find the submission data.

Possible solutions

  1. Maybe checking the duplicated data is unnecessary?
  2. Save the fail submission data to another directory.