mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
reverted changes in base.py to upstream
This commit is contained in:
parent
03a8d93a54
commit
647f81d128
@ -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
|
||||
return fieldname
|
||||
|
Loading…
Reference in New Issue
Block a user