Skip to content

fix(mllm-cli): correct return value check in isOk function#458

Merged
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2
Sep 28, 2025
Merged

fix(mllm-cli): correct return value check in isOk function#458
chenghuaWang merged 1 commit intoUbiquitousLearning:v2from
chenghuaWang:v2

Conversation

@chenghuaWang
Copy link
Copy Markdown
Collaborator

The isOk function was incorrectly checking for 0 as success, but the C library returns 1 for success. This change aligns the Go code with the expected C library behavior.

fix(task.py): remove redundant error handling in build task

The redundant error checking and logging has been removed from the build task as the throw_error_if_failed function already handles error cases appropriately.

The isOk function was incorrectly checking for 0 as success,
but the C library returns 1 for success. This change aligns
the Go code with the expected C library behavior.

fix(task.py): remove redundant error handling in build task

The redundant error checking and logging has been removed
from the build task as the throw_error_if_failed function
already handles error cases appropriately.
@chenghuaWang chenghuaWang merged commit 7a89769 into UbiquitousLearning:v2 Sep 28, 2025
2 checks passed
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