Right separator

merge-requests/13/merge
Bob Mottram 2021-02-03 12:05:23 +00:00
parent 6d1b3b1994
commit 046193c30f
2 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@ fi
echo "Starting static analysis"
for sourceFile in epicyon/*.py
do
result=$($cmd "$sourceFile")
if [ "$result" ]; then
echo ''
echo "$result"
exit 1
fi
echo -n '.'
done
for sourceFile in *.py
do
result=$($cmd "$sourceFile")

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB