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") repre_id = container.get("representation")
# Ignore invalid representation ids. # Ignore invalid representation ids.
# - invalid representation ids may be available if e.g. is # - invalid representation ids may be available if e.g. is
# opened scene from OpenPype whe 'ObjectId' was used instead # opened scene from OpenPype whe 'ObjectId' was used
# of 'uuid'. # instead of 'uuid'.
# NOTE: Server call would crash if there is any invalid id. # NOTE: Server call would crash if there is any invalid id.
# That would cause crash we won't get any information. # That would cause crash we won't get any information.
uuid.UUID(repre_id) uuid.UUID(repre_id)