Skip to content

Commit 6647af8

Browse files
authored
Merge pull request #762 from jialigit/master
: 是非法字符,无法作为文件名
2 parents da357f0 + b74264b commit 6647af8

File tree

1 file changed

+1
-1
lines changed
  • webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples

1 file changed

+1
-1
lines changed

webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void main(String[] args) {
4949

5050
@Override
5151
public String key() {
52-
return author+":"+name;
52+
return author+"_"+name;
5353
}
5454

5555
public String getName() {

0 commit comments

Comments
 (0)