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

[QUAD] Bug: Fix collect_sequence_frame_data crash with Standalone Publisher for fps value not found #6337

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ccaillot
Copy link

No description provided.


if fps is None:
self.log.warning("Cannot properly retrieve the FPS value."
" Skipping to avoid crash later in the process.")
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 (82 > 79 characters)

if "assetEntity" in instance.context.data:
fps = instance.data["assetEntity"]["data"].get("fps", None)
if not fps and "projectEntity" in instance.context.data:
fps = instance.context.data["projectEntity"]["data"].get("fps", None)
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 (85 > 79 characters)

@ynbot ynbot added size/XS Denotes a PR changes 0-99 lines, ignoring general files host: TrayPublisher labels Sep 11, 2024
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.

2 participants