Open BabaYaga1221 opened 1 year ago
@tfoote Would you like to review the code to see if the build errors can be traced back more clearly?
hi @tfoote, I apologize for being inactive on this PR, but, can you please help with what should I change? The last time when I work on it, I only ended only one solution that I should manually describe the error and provide particular steps to resolve it.
You need to catch the underlying build error output. And then present what was attempted as well as the error output for the user to understand what failed so they can then fix the problem themselves.
The issue of suppressed output when encountering build errors in the docker_build function has been resolved by modifying the code to handle errors by capturing and printing the output message instead of suppressing it. The modified code now allows users to see the full error message and easily diagnose the issue. Fixes #35 @tfoote