diff --git a/manage b/manage index d743ffcc..22720053 100755 --- a/manage +++ b/manage @@ -400,7 +400,7 @@ test.pylint() { pyenv.cmd python ${PYLINT_OPTIONS} ${PYLINT_VERBOSE} \ --disable="${PYLINT_SEARX_DISABLE_OPTION}" \ --ignore=searx/engines \ - searx tests + tests ) dump_return $? }