ignore txt
This commit is contained in:
parent
2b4e0839b3
commit
ea88888351
1
mapillary_sequences_userscript/.gitignore
vendored
1
mapillary_sequences_userscript/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
out*
|
||||
sequences*.json
|
||||
sequences*.txt
|
||||
secrets_variables.sh
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user