Skip to content

Commit

Permalink
Fix keyword argument to print_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 11, 2019
1 parent 70c72c2 commit d053316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ def build_and_install_one(ecdict, init_env):
if run.errors_found_in_log > 0:
print_msg("WARNING: %d possible error(s) were detected in the "
"build logs, please verify the build." % run.errors_found_in_log,
_log, silent=silent)
log=_log, silent=silent)

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

0 comments on commit d053316

Please sign in to comment.