Skip to content

Commit

Permalink
test commit #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 committed Jan 25, 2022
1 parent 07938c0 commit b4687d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extractit/icon_extractit/util/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def parse_time(dates: list, date_format: str) -> list:
date_value_separators = regex.findall(
r"[^(%b)(%d)(%m)(%y)(%h)(%s)(%D)(%M)(%Y)(%H)(%S)]", linux_date_time_format
)
print('adam_blakley')

for date in enumerate(dates):
date_string_list = [None] * (len(date[1]) + len(date_value_separators))
date_string_list[::2] = date[1]
Expand Down

0 comments on commit b4687d8

Please sign in to comment.