Exception not needed anymore

This commit is contained in:
José Manuel Barroso Galindo
2022-11-14 15:35:01 +01:00
committed by GitHub
parent 9031b35cc7
commit ec6ae7957e

View File

@@ -794,9 +794,6 @@ files_with_no_date() {
local FOLDER="${1}"
pushd "${FOLDER}" > /dev/null 2>&1
for file in *; do
if [[ "${file}" == "SG-1000.mgl" ]] ; then
continue
fi
if ! [[ "${file}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then
echo "${file}"
fi