Skip to content

Commit

Permalink
log detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed Feb 7, 2024
1 parent 1341f9a commit db162f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def _find_most_recent_log(self, logs):
"""
Search a list of log items and return most recent log entry.
:param logs: A list of logs to analyze.
:return:
:return: log
:type :return List containing log item details
"""
most_recent_log = None
most_recent_date = "1970-01-01 00:00:00.000"
Expand Down

0 comments on commit db162f3

Please sign in to comment.