some edit
This commit is contained in:
parent
40f40b261c
commit
202a252bcf
Binary file not shown.
|
|
@ -141,7 +141,7 @@ def get_commit(sha,un, rn):
|
|||
if ets is None:
|
||||
print "返回none"
|
||||
continue
|
||||
dbop.execute("insert into real_cmts (sha,info) values(%s,%s)", (sha, ets))
|
||||
dbop.execute("insert into not_real_cmts (sha,info) values(%s,%s)", (sha, ets))
|
||||
break
|
||||
|
||||
def pr_not_real_commit(pr):
|
||||
|
|
|
|||
Loading…
Reference in New Issue