mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 12:19:42 +02:00
Merge pull request #1941 from volatilityfoundation/issues/issue1940-timerliner-output
Timeliner output repeated lines and entries due to how it was constructed
This commit is contained in:
@@ -153,6 +153,8 @@ orders the results by time."""
|
||||
)
|
||||
times[timestamp_type] = timestamp
|
||||
self.timeline[(plugin_name, item)] = times
|
||||
|
||||
for plugin_name, item in self.timeline:
|
||||
data.append(
|
||||
(
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user