diff options
author | Lan Hui <1348141770@qq.com> | 2021-07-14 15:25:27 +0800 |
---|---|---|
committer | Lan Hui <1348141770@qq.com> | 2021-07-14 15:25:27 +0800 |
commit | 9ec5aa8a47758c2ceb8e1b6559ded0c2d36a66d6 (patch) | |
tree | eb1baea92930ab12c31dd7df1c2f39e789540286 /README.md | |
parent | bfe79db60e6e3d13b7e9e357809dbb056a9985a3 (diff) |
README.md: specify the original repository and two bug fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -24,3 +24,25 @@ Example for testing collision rate of cut of MD5 digest: ```bash python ./src/collision.py ``` + + +I cloned this project from https://gitee.com/dragondove/storode. I +fixed the following two bugs. + + +Bug#1: + +>python ./src/storode.py ../englishpal/app/englishpal-srs_with_id.txt ../englishpal/app +Traceback (most recent call last): + File "./src/storode.py", line 241, in <module> + for line in file.readlines(): +UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 6578: illegal multibyte sequence + + +Bug#2: + +>python ./src/storode.py ../englishpal/app/englishpal-srs_with_id.txt ../englishpal/app +Traceback (most recent call last): + File "./src/storode.py", line 340, in <module> + with open(requirement_out_file, 'w') as out_file: +FileNotFoundError: [Errno 2] No such file or directory: './doc/englishpal-srs_with_id.html'
\ No newline at end of file |