diff --git a/aliases.sh b/aliases.sh index 49f410d..a12cb68 100644 --- a/aliases.sh +++ b/aliases.sh @@ -569,7 +569,7 @@ pymp () { if [ ! -d "${@:$#}" ] && [ ! -f "${@:$#}" ]; then echo-error "Ășltimo argumento debe ser un fichero existente." fi - flake8 --max-line-length $LENGTH ${@:$#} --exclude CVS __pycache__ .* + flake8 --max-line-length $LENGTH ${@:$#} --exclude=CVS __pycache__ .* *.pyc vulture ${@:$#} }