From 481ff184c86ecbdac49e588762c9f88948ea8c04 Mon Sep 17 00:00:00 2001 From: perro Date: Thu, 15 Feb 2024 13:19:43 -0800 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index c44f54c..a4de9aa 100644 --- a/aliases.sh +++ b/aliases.sh @@ -557,7 +557,7 @@ pymp () { echo-error "Ășltimo argumento debe ser un fichero existente." fi flake8 --max-line-length $LENGTH --exit-zero ${@:$#} - vulture --exclude .venv ${@:$#} + vulture --exclude .venv ${@:$#} || true } pymp-help () {