Skip to content

Commit 29bf08f

Browse files
committed
Field value for strings needs to be quoted
1 parent 490cc64 commit 29bf08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sdg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def update_board(issues_round, round):
241241
{ # $project
242242
"type": "text",
243243
"fieldId": "PVTF_lADOABWvJs4A4B5HzgtERB4",
244-
"value": issue["project_name"],
244+
"value": f'"{issue["project_name"]}"',
245245
},
246246
{ # $amount
247247
"type": "number",

0 commit comments

Comments
 (0)