Merge pull request #1635 from volatilityfoundation/issues/issue1443

Linux: Fix typing is lsof
This commit is contained in:
ikelos
2025-02-25 15:08:27 +00:00
committed by GitHub
+1 -1
View File
@@ -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