We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c72c2 commit d053316Copy full SHA for d053316
1 file changed
easybuild/framework/easyblock.py
@@ -3198,7 +3198,7 @@ def build_and_install_one(ecdict, init_env):
3198
if run.errors_found_in_log > 0:
3199
print_msg("WARNING: %d possible error(s) were detected in the "
3200
"build logs, please verify the build." % run.errors_found_in_log,
3201
- _log, silent=silent)
+ log=_log, silent=silent)
3202
3203
if app.postmsg:
3204
print_msg("\nWARNING: %s\n" % app.postmsg, log=_log, silent=silent)
0 commit comments