mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Fix up a missing super which @atcuno spotted
This commit is contained in:
@@ -20,6 +20,7 @@ class Threads(thrdscan.ThrdScan):
|
||||
|
||||
def __init__(self):
|
||||
self.implementation = self.list_process_threads
|
||||
super().__init__()
|
||||
|
||||
@classmethod
|
||||
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
|
||||
|
||||
Reference in New Issue
Block a user