mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ finalize transaction
This commit is contained in:
parent
86ed12ffdc
commit
b14e0d39db
2 changed files with 161 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue