Skip to content

Commit

Permalink
Update artifacts_trie.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Feb 8, 2025
1 parent 9dbb549 commit 05316b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaso/engine/artifacts_trie.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, path_separator='/', is_root=False):
Args:
path_separator (Optional[str]): the path separator used in paths stored
in the Trie, default is '/'.
is_root (bool): True if this node is the root node.
is_root (Optional[bool]): True if this node is the root node.
"""
super(TrieNode, self).__init__()
self.artifacts_names = []
Expand Down

0 comments on commit 05316b4

Please sign in to comment.