feat(nks): print repre _id

This commit is contained in:
Jakub Jezek 2020-03-09 17:43:31 +01:00
parent 3b83a1f480
commit ef51f1ed51
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -27,6 +27,8 @@ class LoadSequencesToTimelineAssetOrigin(api.Loader):
})
self.log.debug("_ context: `{}`".format(context))
self.log.debug("_ representation._id: `{}`".format(
context["representation"]["_id"]))
clip_loader = lib.ClipLoader(self, context, **data)
clip_loader.load()