diff --git a/ripedb/ilines.py b/ripedb/delegated_ilines.py similarity index 100% rename from ripedb/ilines.py rename to ripedb/delegated_ilines.py diff --git a/ripedb/update_ilines.sh b/ripedb/update_ilines.sh index 5fbf0ee..1d0a9b8 100644 --- a/ripedb/update_ilines.sh +++ b/ripedb/update_ilines.sh @@ -5,7 +5,7 @@ INPUT="delegated-ripencc-latest" do_country() # $1=country $2=class $3=threshold { - ./ilines.py -i $INPUT -o ilines.$1.$$ -y $2 -c $1 + ./delegated_ilines.py -i $INPUT -o ilines.$1.$$ -y $2 -c $1 [ ! -r ilines.$1.$$ ] && return -1 [ `wc -l ilines.$1.$$ | awk '{ print $1 }'` -lt $3 ] && { echo "$1: File too short, less than $3 lines"