This commit is contained in:
mrT23 2024-05-12 16:22:40 +03:00
parent 4f6490b17c
commit 61ba015a55
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

View file

@ -352,7 +352,7 @@ class PRCodeSuggestions:
data["code_suggestions"].append(prediction)
else:
get_logger().info(f"Removing suggestions {i}, because score is {score}",
artifact={"prediction": prediction})
artifact=prediction)
else:
get_logger().error(f"Error getting PR diff, no code suggestions found in call {i + 1}")
except Exception as e: