Skip to content

Commit ededbba

Browse files
committed
modify jar package
1 parent 033f604 commit ededbba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GitMiner-1.0-SNAPSHOT.jar

-66 Bytes
Binary file not shown.

repoDB_Options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_repo_base_information(self, repo_name):
6363

6464
return res
6565

66-
int index = self.get_repo_index(repo_name)
66+
index = self.get_repo_index(repo_name)
6767
#实现前十的commit对应关系
6868
db_name = "LOCSumLastCommit" + str(index)
6969
topten = [['contributor', 'commits']]

0 commit comments

Comments
 (0)