From 647f81d128f976f4030d3a2c087c107d761ec523 Mon Sep 17 00:00:00 2001 From: Young Date: Thu, 9 Sep 2021 10:55:36 -0700 Subject: [PATCH] reverted changes in base.py to upstream --- tools/sigma/backends/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sigma/backends/base.py b/tools/sigma/backends/base.py index 12ffb90a..469c0648 100644 --- a/tools/sigma/backends/base.py +++ b/tools/sigma/backends/base.py @@ -65,7 +65,7 @@ class BackendOptions(dict): def _load_config_file(self, path): """ Populates options from a configuration file - + :param path: Path to the configuration file """ if path is None: @@ -337,4 +337,4 @@ class SingleTextQueryBackend(RulenameCommentMixin, BaseBackend, QuoteCharMixin): in addition to the field mapping defined in the conversion configuration. The field name passed to this method was already transformed from the original name given in the Sigma rule. """ - return fieldname \ No newline at end of file + return fieldname