Skip to content

Commit b980a2f

Browse files
authored
Update .jenkins/insert_last_verified.py
1 parent f8c9047 commit b980a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/insert_last_verified.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def get_git_log_date(file_path, git_log_args):
4848

4949
def get_creation_date(file_path):
5050
return get_git_log_date(file_path, ["--diff-filter=A", "--format=%aD"]).strftime("%b %d, %Y")
51+
52+
5153
def get_last_updated_date(file_path):
5254
return get_git_log_date(file_path, ["-1", "--format=%aD"]).strftime("%b %d, %Y")
5355

0 commit comments

Comments
 (0)