We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hullo,
The "type" key no longer exists in the dictionary returned by ayon_api.get_task_by_name. It was replaced with "taskType".
This lead to a bug in get_workfile_template_key_from_context.
get_workfile_template_key_from_context
https://github.com/ynput/ayon-core/blob/7ccf04ed586b69200d3fba744ef6ab470d86577d/client/ayon_core/pipeline/workfile/path_resolving.py#L45C5-L45C40
No response
1.0.0
Windows
from ayon_core.pipeline.workfile import path_resolving import ayon_api
project_name = "PROJECT NAME" folder_path = "FOLDER PATH" task_name = "TASK NAME" host_name = "HOST NAME"
key = path_resolving.get_workfile_template_key_from_context(project_name, folder_path, task_name, host_name)
print(key)
The text was updated successfully, but these errors were encountered:
iLLiCiTiT
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior:
Hullo,
The "type" key no longer exists in the dictionary returned by ayon_api.get_task_by_name. It was replaced with "taskType".
This lead to a bug in
get_workfile_template_key_from_context
.https://github.com/ynput/ayon-core/blob/7ccf04ed586b69200d3fba744ef6ab470d86577d/client/ayon_core/pipeline/workfile/path_resolving.py#L45C5-L45C40
Expected Behavior:
No response
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
from ayon_core.pipeline.workfile import path_resolving
import ayon_api
project_name = "PROJECT NAME"
folder_path = "FOLDER PATH"
task_name = "TASK NAME"
host_name = "HOST NAME"
key = path_resolving.get_workfile_template_key_from_context(project_name, folder_path, task_name, host_name)
print(key)
Are there any labels you wish to add?
Relevant log output:
Additional context:
No response
The text was updated successfully, but these errors were encountered: