From d6fb47d4223ed9dc8a6a4f79044c8501dfdb1370 Mon Sep 17 00:00:00 2001 From: Evan Gibler Date: Wed, 28 Jun 2023 11:11:44 -0500 Subject: [PATCH] fix: update spacing in deep_walk docstring (#837) --- global_helpers/panther_base_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global_helpers/panther_base_helpers.py b/global_helpers/panther_base_helpers.py index fdb1da34f..d29e97c85 100644 --- a/global_helpers/panther_base_helpers.py +++ b/global_helpers/panther_base_helpers.py @@ -320,7 +320,7 @@ def deep_walk( Parameters: obj (any): the original log event passed to rule(event) - and nested objects retrieved recursively + and nested objects retrieved recursively keys (str): comma-separated list of keys used to traverse the event object default (str): the default value to return if the desired key's value is not present return_val (str): string specifying which value to return