Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8727c86

Browse files
author
oleksandr.volha
committed
resolve conflicts
2 parents7e8169e +428f231 commit8727c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎uncoder-core/app/translator/platforms/palo_alto/renders/cortex_xsiam.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def _wrap_str_value(value: str) -> str:
7373
defequal_modifier(self,field:str,value:DEFAULT_VALUE_TYPE)->str:
7474
ifisinstance(value,list):
7575
values=", ".join(
76-
f"{self._pre_process_value(field,str(v)ifisinstance(v,int)elsev,ValueType.value,True)}"
77-
forvinvalue
76+
f"{self._pre_process_value(field,str(v),value_type=ValueType.value,wrap_str=True)}"forvinvalue
7877
)
7978
returnf"{field} in ({values})"
8079

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp