Skip to content

Commit 6a201a1

Browse files
committed
CR-151:Submitted to EAO for' additional option/new attribute
1 parent 7e73bf4 commit 6a201a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

condition-api/src/condition_api/services/condition_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ def _format_attribute_value(key_name, raw_value, formatted_key_names):
10901090
return ConditionService.format_attribute_value(raw_value)
10911091
return (
10921092
raw_value.replace("{", "").replace("}", "").replace('"', "")
1093-
if raw_value and raw_value != "N/A"
1093+
if raw_value
10941094
else None
10951095
)
10961096

0 commit comments

Comments
 (0)