mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix pattern for occurence of :
This commit is contained in:
parent
0bdc2bd29d
commit
af2f210e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ def get_real_frames_to_render(frames):
|
|||
1003-1005
|
||||
1001-1100x5
|
||||
"""
|
||||
pattern = r"(?:|step|by|every|:?)(\d+)$"
|
||||
pattern = r"(?:step|by|every|x|:)(\d+)$"
|
||||
|
||||
frames_to_render = []
|
||||
step = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue