Linux: Fix typing is lsof

Fixes #1443
This commit is contained in:
Mike Auty
2025-02-25 10:15:30 +00:00
parent d8b8b20bcc
commit 1c8f9edaf0
+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