maybe remedy an issue that crops up if you have a non-wav and non-json file in a results folder (assuming)

This commit is contained in:
mrq 2023-03-09 04:06:07 +00:00
parent b64948d966
commit 797882336b

View File

@ -220,7 +220,7 @@ def generate(**kwargs):
if extension != ".json" and extension != ".wav":
continue
match = re.findall(rf"^{voice}_(\d+)(?:.+?)?{extension}$", filename)
if match and len(match) > 0:
key = int(match[0])
idx_cache[key] = True