fix long line

This commit is contained in:
Jakub Trllo 2024-12-05 15:10:33 +01:00
parent 3c697b92f5
commit a26e9207d2

View file

@ -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)