ignore txt

This commit is contained in:
Tykayn 2024-07-08 16:45:57 +02:00 committed by tykayn
parent 2b4e0839b3
commit ea88888351
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
out*
sequences*.json
sequences*.txt
secrets_variables.sh

View File

@ -21,7 +21,7 @@ echo "---------- utilisateur: $username"
python3 get_sequences_of_username.py --username="$username" --dev_token="$MAPILLARY_DEV_TOKEN" --max_sequence=9999
fi
# Lancer la commande pour chaque username
if [ ! -f "script_bashget_sequences_for_user_$username.sh" ]; then
if [ ! -f "script_bash_get_sequences_for_user_$username.sh" ]; then
python3 text_array_to_download_script.py --username=eric_s --dev_token="$MAPILLARY_DEV_TOKEN"
fi
done