common/build-style/python3-pep517: add missing \n for msg_warn
This commit is contained in:
parent
c2b2796994
commit
e0bcd5d955
|
@ -20,7 +20,7 @@ do_check() {
|
|||
fi
|
||||
${make_check_pre} python3 -m pytest ${testjobs} ${make_check_args} ${make_check_target}
|
||||
else
|
||||
msg_warn "Unable to determine tests for PEP517 Python templates"
|
||||
msg_warn "Unable to determine tests for PEP517 Python templates\n"
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user