Add start delineators to command output
This commit is contained in:
parent
d07d37d08e
commit
6e110b178c
2
format
2
format
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
pushd $( git rev-parse --show-toplevel ) &>/dev/null
|
||||
|
||||
echo "Formatting..."
|
||||
echo ">>> Formatting..."
|
||||
black --safe ${check} --exclude api-daemon/migrations .
|
||||
ret=$?
|
||||
if [[ $ret -eq 0 ]]; then
|
||||
|
|
Loading…
Reference in New Issue