OP-2813 - fix wrong parsing when short label is used

This commit is contained in:
Petr Kalis 2022-03-17 16:07:08 +01:00
parent e208e7976d
commit 395d567aa2
2 changed files with 25 additions and 1 deletions

View file

@ -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: