ci: fix mypy if condition

This commit is contained in:
scito
2022-12-29 21:41:11 +01:00
parent 9ab33bd02b
commit 89564448c6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ eval "$cmd"
# Type checking
cmd="$MYPY --install-types --non-interactive"
cmd="$MYPY --install-types --non-interactive *.py"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"