Skip to content

Conversation

deril2605
Copy link

@deril2605 deril2605 commented May 6, 2025

Purpose

This PR fixes a syntax error in the logic that formats the Confidence and Accuracy fields when building the rows list. The error was caused by an invalid nested f-string using double quotes inside another f-string. This fix replaces the inner quotes with single quotes and simplifies the conditional formatting logic to ensure proper execution.

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Validation Steps Performed

Ran the script to ensure the updated formatting executes without syntax errors.

Verified that the output fields for Confidence and Accuracy display correctly across sample inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant