This commit is contained in:
cotran 2024-11-18 00:53:49 -08:00
parent d776ed0117
commit 665dbc2d4e
3 changed files with 203 additions and 61 deletions

View file

@ -134,4 +134,4 @@ class ArchFunctionHandler:
fixed_str += opening_bracket[unmatched_opening]
# Attempt to parse the corrected string to ensure its valid JSON
return fixed_str
return fixed_str.replace("'", '"')