in service/check_pngs.py [0:0]
def check_idx(name, start, idx): this_idx = re.search("(\d+)", a) if idx != int(this_idx.group(0)): print(f"{a} - missed {idx}") return idx + 1