We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de8215 commit d72291dCopy full SHA for d72291d
utils/index
@@ -59,14 +59,10 @@ project_fetch() {
59
60
# $1 is the project path (parent of data/ and repo/).
61
project_index() {
62
- if test -z "$ELIXIR_THREADS"; then
63
- ELIXIR_THREADS="$(nproc)"
64
- fi
65
-
66
elixir_sources="$(dirname "$(dirname "$0")")"
67
68
LXR_REPO_DIR=$1/repo LXR_DATA_DIR=$1/data \
69
- python3 "$elixir_sources/update.py" $ELIXIR_THREADS
+ python3 -m elixir.update
70
}
71
72
# $1 is the Elixir root data path.
0 commit comments