Skip to content

Commit

Permalink
pass the right type of object
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Apr 4, 2024
1 parent 441ff1b commit 26c7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dftimewolf/lib/collectors/grr_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ def Process(self, container: containers.Host
self._AwaitFlow(client, flow_id)
temp_directory = tempfile.mkdtemp()
collected_timeline = self._DownloadTimeline(
client, flow_id, temp_directory
client, Client.Flow(flow_id), temp_directory
)
self.PublishMessage(f"{flow_id}: Downloaded: {collected_timeline}")
cont = containers.File(
Expand Down

0 comments on commit 26c7bc7

Please sign in to comment.