mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-26 11:34:49 +02:00
Rename functions in validity to avoid future member name collisions.
This commit is contained in:
@@ -18,7 +18,7 @@ class TextRenderer(interface.Renderer):
|
||||
|
||||
def render(self, grid):
|
||||
"""Renders a text grid based on the contents of each element"""
|
||||
self.type_check(grid, renderers.TreeGrid)
|
||||
self._type_check(grid, renderers.TreeGrid)
|
||||
|
||||
# FIXME: Separator should come from options
|
||||
sep = " | "
|
||||
|
||||
Reference in New Issue
Block a user