This commit is contained in:
parent
d2979b38ea
commit
0f8fb69e5f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ CREATE TABLE IF NOT EXISTS "scores" (
|
|||
);
|
||||
""")
|
||||
|
||||
c.execute("""DELETE FROM "scores";""")
|
||||
|
||||
repo = Repo(".")
|
||||
log_output = repo.git.log('--pretty=%H', '--follow', '--', 'data/output.csv').split('\n')
|
||||
commits = [repo.rev_parse(commit_hash) for commit_hash in log_output]
|
||||
|
|
Loading…
Reference in a new issue