common/build-style/python3-pep517: add missing \n for msg_warn

This commit is contained in:
Jami Kettunen 2022-11-10 02:27:52 +02:00 committed by Đoàn Trần Công Danh
parent c2b2796994
commit e0bcd5d955
1 changed files with 1 additions and 1 deletions

View File

@ -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
}