Skip to content

Commit

Permalink
error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Aug 26, 2024
1 parent f14bb1c commit 43700e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavague-core/lavague/core/python_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def extract_json(self, output: str) -> Optional[dict]:
try:
output_dict = json.loads(clean)
except json.JSONDecodeError as e:
print(f"Error extracting Yaml: {e}")
print(f"Error extracting Json: {e}")
return None
return output_dict

Expand Down

0 comments on commit 43700e6

Please sign in to comment.