cookbook[patch]: add strip of quotes (#19452)

pull/17466/merge
Erick Friis 2 months ago committed by GitHub
parent 8a2528c34a
commit cceaca3e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -245,7 +245,7 @@
"\n",
"\n",
"def _parse(text):\n",
" return text.strip(\"**\")"
" return text.strip('\"').strip(\"**\")"
]
},
{

Loading…
Cancel
Save