Skip to content

Conversation

@marc1uk
Copy link
Contributor

@marc1uk marc1uk commented Jun 17, 2025

SubToolChain tool returns result of its ToolChain member for Initialise, Execute and Finalise.
But a Tool returns bool for its Init/Exe/Fin methods, whereas a ToolChain class returns an int for which 0 indicates success. So we need to invert the logic of return values from the ToolChain when returning them from the Tool.

…se, Execute and Finalise, but a Tool returns bool whereas a ToolChain class returns an int, where 0 indicates success. So invert the logic of return values from the Tool.
@brichards64 brichards64 merged commit f7e15f8 into ToolFramework:main Jun 17, 2025
1 check failed
@marc1uk marc1uk deleted the fixsubtoolchain branch November 3, 2025 16:19
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.

2 participants