More verbose logging

This commit is contained in:
Dmitry Vedenko 2024-02-29 22:06:25 +03:00
parent 22feb5ea8a
commit 9a33557bcf
No known key found for this signature in database
GPG Key ID: FCCCCA906F984137

View File

@ -81,6 +81,7 @@ def install_recipe(recipe_path:str, config_path:str, profiles:ConanProfiles, rem
output = subprocess.check_output(cmd).decode('utf-8')
print("Output from conan install:")
print(output, flush=True)
if not output or len(output) == 0: