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

[QUAD] Bug: Sometime the latest version number cannot be retrieved from instance data, use tracked versions #6343

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

Conversation

ccaillot
Copy link

No description provided.

@@ -62,6 +62,24 @@ def initialize(self, settings):
self.timers_manager_connector = None
self._timers_manager_module = None

def get_asset_latest_version_number(self, asset_ftrack_id, task_name, asset_name):
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 (86 > 79 characters)

@@ -0,0 +1,37 @@
import logging

from openpype.pipeline.context_tools import _get_modules_manager as get_modules_manager
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 (87 > 79 characters)

@@ -34,6 +34,7 @@
get_asset_name_identifier,
)
from openpype.pipeline.version_start import get_versioning_start
from openpype.pipeline.latest_tracked_version_number import get_latest_tracked_version_number
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 (93 > 79 characters)

@ynbot ynbot added size/XS Denotes a PR changes 0-99 lines, ignoring general files module: Ftrack labels Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
module: Ftrack 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