Error word, it should be 'stripped_output_md5'

refer to 

0bf9bed776/server/judge_client.py (L62)
This commit is contained in:
GorgearYang 2018-09-16 02:53:04 +08:00 committed by GitHub
parent af7dd8a776
commit d5f3c634da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Example of `info` file
- spj: for normal problem, it is `false`
- test_cases: `name` - `data` dict
- striped_output_md5: md5 of output file which trailing empty characters has been removed
- stripped_output_md5: md5 of output file which trailing empty characters has been removed
- input_name and output_name: name of input and output file
- input_size and output_size: size of input and output file
@ -35,7 +35,7 @@ Example of `info` file
"spj": false,
"test_cases": {
"1": {
"striped_output_md5": "eccbc87e4b5ce2fe28308fd9f2a7baf3",
"stripped_output_md5": "eccbc87e4b5ce2fe28308fd9f2a7baf3",
"output_size": 2,
"input_name": "1.in",
"input_size": 4,
@ -78,4 +78,4 @@ Example of `info` file
}
}
}
```
```