diff --git a/client/ayon_traypublisher/plugins/create/create_csv_ingest.py b/client/ayon_traypublisher/plugins/create/create_csv_ingest.py index 05ce0f8..d1685a4 100644 --- a/client/ayon_traypublisher/plugins/create/create_csv_ingest.py +++ b/client/ayon_traypublisher/plugins/create/create_csv_ingest.py @@ -651,7 +651,7 @@ def _add_representation( basename = basename.replace("#" * padding, seq_padding) file_head = basename.split(seq_padding)[0] is_sequence = True - if "%" in basename: + elif "%" in basename: pattern = re.compile(r"%\d+d|%d") padding = pattern.findall(basename) if not padding: