mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix long line
This commit is contained in:
parent
3c697b92f5
commit
a26e9207d2
1 changed files with 2 additions and 2 deletions
|
|
@ -376,8 +376,8 @@ class LoaderController(BackendLoaderController, FrontendLoaderController):
|
|||
repre_id = container.get("representation")
|
||||
# Ignore invalid representation ids.
|
||||
# - invalid representation ids may be available if e.g. is
|
||||
# opened scene from OpenPype whe 'ObjectId' was used instead
|
||||
# of 'uuid'.
|
||||
# opened scene from OpenPype whe 'ObjectId' was used
|
||||
# instead of 'uuid'.
|
||||
# NOTE: Server call would crash if there is any invalid id.
|
||||
# That would cause crash we won't get any information.
|
||||
uuid.UUID(repre_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue