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

Commit5b57082

Browse files
committed
Added escaping logic support
1 parentebb8585 commit5b57082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎translator/app/translator/core/render.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def regex_modifier(self, field: str, value: DEFAULT_VALUE_TYPE) -> str:
8787
defkeywords(self,field:str,value:DEFAULT_VALUE_TYPE)->str:
8888
raiseNotImplementedException
8989

90-
defapply_value(self,value:Union[str,int],case_type:str=ValueType.value)->Union[str,int]:
91-
updated_value=self.escape_manager.escape(value,case_type)
90+
defapply_value(self,value:Union[str,int],value_type:str=ValueType.value)->Union[str,int]:
91+
updated_value=self.escape_manager.escape(value,value_type)
9292
returnupdated_value
9393

9494
defapply_field_value(self,field,operator,value):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp