Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

[QUAD] Bug: Fix Tray Publisher asset entity type value retrieval #6345

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ccaillot
Copy link

No description provided.

return [
{
"entity_type": entity["data"]["entityType"],
"entity_type": entity["data"].get("entityType", entity.get("entityType", "Project")),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (101 > 79 characters)

@ynbot ynbot added size/XS Denotes a PR changes 0-99 lines, ignoring general files host: TrayPublisher labels Sep 11, 2024
@BigRoy
Copy link
Collaborator

BigRoy commented Sep 11, 2024

Relevant code is here in ayon-traypublisher. No idea whether still relevant. @jakubjezek001 maybe?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: TrayPublisher size/XS Denotes a PR changes 0-99 lines, ignoring general files
Projects
Status: Pending Review
Development

Successfully merging this pull request may close these issues.

3 participants