mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 10:17:38 +02:00
Changing not not for a more explicit if statement
This commit is contained in:
@@ -651,7 +651,10 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
|
||||
except AttributeError:
|
||||
return False
|
||||
|
||||
return not not value
|
||||
if value:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
def get_vad_root(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user