Skip to content

Commit e64576b

Browse files
committed
fix sigma render
1 parent d6c8c28 commit e64576b

File tree

1 file changed

+1
-1
lines changed
  • uncoder-core/app/translator/platforms/sigma/renders

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/platforms/sigma/renders/sigma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def generate_not(self, data: Any, source_mapping: SourceMapping):
199199
return not_node
200200

201201
def generate_field(self, data: FieldValue, source_mapping: SourceMapping):
202-
field_name = self.mappings.map_field(data.field, source_mapping)
202+
field_name = self.mappings.map_field(data.field, source_mapping)[0]
203203
if data.operator.token_type not in (
204204
OperatorType.EQ,
205205
OperatorType.LT,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy