mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 16:12:23 +02:00
Merge pull request #1635 from volatilityfoundation/issues/issue1443
Linux: Fix typing is lsof
This commit is contained in:
@@ -54,7 +54,7 @@ class FDInternal:
|
||||
"""
|
||||
|
||||
task: interfaces.objects.ObjectInterface
|
||||
fd_fields: Tuple[int, int, str]
|
||||
fd_fields: Tuple[int, interfaces.objects.ObjectInterface, str]
|
||||
|
||||
def to_user(self) -> FDUser:
|
||||
"""Augment the FD information to be presented to the user
|
||||
|
||||
Reference in New Issue
Block a user