Update stress.py

This commit is contained in:
Alexander Tokmakov 2023-03-10 17:22:09 +03:00 committed by GitHub
parent 3c5cb817d7
commit d95b69ca76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ def is_ubsan_build():
)
return b"-fsanitize=undefined" in output
except Exception as e:
logging.info("Failed to get build flags: " + str(e))
logging.info("Failed to get build flags: %s", str(e))
return False