mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix: remove last line
This commit is contained in:
parent
f99862088e
commit
a9d789978b
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ def try_fix_yaml(response_text: str) -> dict:
|
||||||
try:
|
try:
|
||||||
data = yaml.safe_load(response_text_lines_tmp,)
|
data = yaml.safe_load(response_text_lines_tmp,)
|
||||||
get_logger().info(f"Successfully parsed AI prediction after removing {i} lines")
|
get_logger().info(f"Successfully parsed AI prediction after removing {i} lines")
|
||||||
break
|
return data
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue