mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
[tools] Cache python bytecode
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
2d275d9148
commit
4aa441101c
@@ -1,9 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e -u
|
||||
|
||||
# Prevent python from generating compiled *.pyc files
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
OMIM_PATH="${OMIM_PATH:-$(dirname "$0")/../..}"
|
||||
DATA_PATH="${DATA_PATH:-$OMIM_PATH/data}"
|
||||
|
||||
@@ -74,4 +71,4 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Diffs for all changes are stored in $DATA_PATH/*.txt.diff"
|
||||
echo "Diffs for all changes are stored in $DATA_PATH/*.txt.diff"
|
||||
|
||||
Reference in New Issue
Block a user