You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small tweak in mailbody line
This commit is contained in:
@@ -99,7 +99,7 @@ for VERSION in $PYVERSIONS ; do
|
||||
|
||||
SUBJECT_PREFIX="pyenv weak verify (max $MAX_TESTS) for"
|
||||
if ((rc == 0)); then
|
||||
mailbody_line="Python $VERSION ok; ran in $time_diff"
|
||||
mailbody_line="Python $VERSION ok; ran in $time_diff seconds"
|
||||
tail -v $LOGFILE | mail -s "$SUBJECT_PREFIX $VERSION ok" ${USER}@localhost
|
||||
else
|
||||
mailbody_line="Python $VERSION failed; ran in $time_diff"
|
||||
|
Reference in New Issue
Block a user