Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 8, 2024
1 parent b37f396 commit 798a666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dftimewolf/lib/collectors/grr_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ def _DownloadBlobs(
case jobs_pb2.StatEntry:
if not hasattr(payload, 'pathspec'):
raise RuntimeError('Unsupported file collection attempted')
payload: jobs_pb2.StatEntry
pathspec = payload.pathspec
size = payload.st_size
if stat.S_ISDIR(payload.st_mode):
Expand Down

0 comments on commit 798a666

Please sign in to comment.