Skip to content

Commit

Permalink
CSV ingest fix stills
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsndlr committed Oct 1, 2024
1 parent d61faa3 commit 51fdc7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ayon_traypublisher/plugins/create/create_csv_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ def _add_representation(
)
file_head = basename.split("%")[0]
is_sequence = True
else:
is_sequence = False

# make absolute path to file
dirname: str = os.path.dirname(repre_item.filepath)
Expand Down

0 comments on commit 51fdc7f

Please sign in to comment.