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

[QUAD] Bug: Fix attribute_definitions.py typos #6346

Conversation

ccaillot
Copy link

No description provided.

@@ -951,7 +953,7 @@ def deserialize_attr_def(attr_def_data):
"""Deserialize attribute definition from data.

Args:
attr_def (Dict[str, Any]): Attribute definition data to deserialize.
attr_def_data (Dict[str, Any]): Attribute definition data to deserialize.
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 (81 > 79 characters)

@ynbot ynbot added the size/XS Denotes a PR changes 0-99 lines, ignoring general files label Sep 11, 2024
@@ -760,7 +762,7 @@ def from_dict(cls, data):
)

@classmethod
def from_paths(cls, paths, allow_sequences):
def from_paths(cls, paths, allow_sequences=False):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason for this change?

BigRoy added a commit to BigRoy/ayon-core that referenced this pull request Sep 11, 2024
@BigRoy
Copy link
Collaborator

BigRoy commented Sep 11, 2024

Ported to here - except for the one comment about the added default argument value. @iLLiCiTiT should we port this?

Closing this one since there's an equivalent PR there. Thanks!

@BigRoy BigRoy closed this Sep 11, 2024
@ynbot ynbot added this to the next-patch milestone Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/XS Denotes a PR changes 0-99 lines, ignoring general files
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants