Skip to content

Commit bb2f28a

Browse files
authored
Update volatility3/cli/volshell/generic.py
1 parent fa45b47 commit bb2f28a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

volatility3/cli/volshell/generic.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,9 +605,7 @@ def _display_value(self, value: Any) -> str:
605605
# volobject branch
606606
if isinstance(
607607
value,
608-
Union[
609-
interfaces.objects.ObjectInterface, interfaces.objects.Template
610-
],
608+
(interfaces.objects.ObjectInterface, interfaces.objects.Template),
611609
):
612610
if isinstance(value, objects.Pointer):
613611
# show pointers in hex to match output for struct addrs

0 commit comments

Comments
 (0)