Skip to content

Commit d053316

Browse files
committed
Fix keyword argument to print_msg
1 parent 70c72c2 commit d053316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ def build_and_install_one(ecdict, init_env):
31983198
if run.errors_found_in_log > 0:
31993199
print_msg("WARNING: %d possible error(s) were detected in the "
32003200
"build logs, please verify the build." % run.errors_found_in_log,
3201-
_log, silent=silent)
3201+
log=_log, silent=silent)
32023202

32033203
if app.postmsg:
32043204
print_msg("\nWARNING: %s\n" % app.postmsg, log=_log, silent=silent)

0 commit comments

Comments
 (0)