mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2813 - fix wrong parsing when short label is used
This commit is contained in:
parent
e208e7976d
commit
395d567aa2
2 changed files with 25 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def collect_frames(files):
|
|||
src_tail = collection.tail
|
||||
|
||||
# version recognized as a collection
|
||||
if re.match(".*([^a-zA-Z0-9]v%[0-9]+d).*", collection.format()):
|
||||
if re.match(".*([a-zA-Z0-9]%[0-9]+d).*", collection.format()):
|
||||
continue
|
||||
|
||||
for index in collection.indexes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue