Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix verbose to avoid pydantic error #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kjenney
Copy link

@kjenney kjenney commented Feb 5, 2025

When running the script I was getting an error:

pydantic_core._pydantic_core.ValidationError: 1 validation error for Crew
verbose
Input should be a valid boolean, unable to interpret input [type=bool_parsing, input_value=2, input_type=int]

Updated and verified that using a boolean resolves the error.

Copy link

@seaniannuzzi-blend360 seaniannuzzi-blend360 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. The update simplifies the verbose parameter by replacing the numeric level with a boolean, improving clarity and maintaining consistency with expected behavior. Nice work!

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

Successfully merging this pull request may close these issues.

2 participants