♻️ finalize transaction

This commit is contained in:
Ondrej Samohel 2025-02-12 19:06:18 +01:00
parent 86ed12ffdc
commit b14e0d39db
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 161 additions and 34 deletions

View file

@ -2,6 +2,7 @@
from __future__ import annotations
import base64
import re
import time
from pathlib import Path
@ -163,7 +164,8 @@ def mock_context(
),
Sequence(
frame_padding=4,
frame_regex=r"img\.(?P<index>(?P<padding>0*)\d{4})\.png$",
frame_regex=re.compile(
r"img\.(?P<index>(?P<padding>0*)\d{4})\.png$"),
),
FileLocations(
file_paths=file_locations,