Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Sep 12, 2023
1 parent d355038 commit 15d3871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update_copyrights
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def signal_handler(signal, func):
def do_git(file):
# print("started : " + file)
result = str(check_output(["git", "log", "-1", "--format=%ad,%an,,,,", "--date=format:%Y/%m/%d", file]), 'UTF-8').split(sep=",")
result[0] = result[0].replace("'", "")
result[1] = result[1][2:]
return result

Expand Down

0 comments on commit 15d3871

Please sign in to comment.