Fix typo in timeliner function

This commit is contained in:
Gustavo Moreira
2024-09-12 17:05:45 +10:00
parent c86d973329
commit ebb9f0c201
@@ -342,7 +342,7 @@ class Files(plugins.PluginInterface, timeliner.TimeLinerInterface):
description = f"Cached Inode for {inode_out.path}"
yield description, timeliner.TimeLinerType.ACCESSED, inode_out.access_time
yield description, timeliner.TimeLinerType.MODIFIED, inode_out.modification_time
yield description, timeliner.TimeLinerType.CHANGE, inode_out.change_time
yield description, timeliner.TimeLinerType.CHANGED, inode_out.change_time
@staticmethod
def format_fields_with_headers(headers, generator):