mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🐶 calm ruff even more
This commit is contained in:
parent
8bcab93793
commit
dd05199aed
2 changed files with 30 additions and 10 deletions
|
|
@ -166,7 +166,7 @@ def test_get_file_location_from_frame() -> None:
|
|||
# test with custom regex
|
||||
sequence = Sequence(
|
||||
frame_padding=4,
|
||||
frame_regex=re.compile("boo_(?P<index>(?P<padding>0*)\d+)\.exr"))
|
||||
frame_regex=re.compile(r"boo_(?P<index>(?P<padding>0*)\d+)\.exr"))
|
||||
file_locations_list = [
|
||||
FileLocation(
|
||||
file_path=Path(f"/path/to/boo_{frame}.exr"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue