Not to Tox (#76582)

This commit is contained in:
Franck Nijhof 2022-11-23 14:40:37 +01:00 committed by GitHub
parent 3738135e0b
commit 4ea9926497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 57 deletions

View file

@ -8,7 +8,7 @@ echo '================================================='
echo '= FILES CHANGED ='
echo '================================================='
if [ -z "$files" ] ; then
echo "No python file changed. Rather use: tox -e lint\n"
echo "No python file changed.\n"
exit
fi
printf "%s\n" $files